Remco Tolsma

Results 42 issues of Remco Tolsma

https://github.com/pronamic/wp-pay-core/blob/bd197f4b1d3ddd2947c8d0a210171c2e7482bac7/src/Subscriptions/SubscriptionPhase.php#L293-L312 The next payment date can go far beyond the end date of a subscription phase. Should we add something like this? ```php if ( null !== $this->end_date ) {...

bug
enhancement

### Impacted plugin None / Other ### Quick summary To load [Action Scheduler](https://actionscheduler.org/) into one of our plugins we use the following code: ```php $action_scheduler_path = InstalledVersions::getInstallPath( 'woocommerce/action-scheduler' ); require_once...

[Type] Bug
[Status] Needs Author Reply
[Pri] Low
[Package] Autoloader
[Plugin] Jetpack
Triaged