This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Payment subscriptions and updating billing and cancelling subscriptions takes place with these hooks | |
| * We need the stripe customer user id for updating billing | |
| * we need the entry id of subscription so we can cancel it. | |
| */ | |
| /** | |
| * @param $entry |
OlderNewer