-
Add tools to make it more clear for users when follow-up payments should be created.
- [x] Next payment date column in subscriptions table
- [ ] Debug page with the next 10 subscriptions that requ…
-
When a payment via the Adyen drop-in fails, we're currently blocking the entire drop-in component for 5 seconds:
```
dropin.setStatus( 'error', { message: error.message } );
setTimeout( () => {…
-
https://github.com/pronamic/wp-pay-core/commit/f04e0024c405cbe8c358ee0dd31e0bc13f0a8294#diff-2c869294ad3d8e04ec61cad00d2531063a05ec7b58a2adc1a7bf662e7735ed9c
Also see: https://github.com/pronamic/w…
-
In line with #292 we should consider to drop support for:
- https://github.com/wp-pay-extensions/event-espresso-legacy
- https://github.com/wp-pay-extensions/s2member
- https://github.com/wp-pay-…
-
Today i did some work for the following issue:
- https://github.com/pronamic/wp-pronamic-pay/issues/242
It is currently possible to start payments again, but I have not yet been able to test eve…
-
Currently the REST API endpoint to retrieve address information by a postcode is:
`/wp-json/pronamic-maps/v1/address/9203ka`
The https://geodata.nationaalgeoregister.nl/ API uses `suggest` in it's…
-
> `$subscription->get_first_payment()` could result in an empty result as first payments are deleted, which may be confusing.
I noticed we already have a `$subscription->get_first_payment()` functi…
-
From customer:
> Blik (Poland) and MBWay (Portugal) do not have separate payment methods - instead the appear in the generic payment method, Pronamic, along with all other payment methods available…
-
The scheduled action to complete subscriptions uses the `_pronamic_subscription_end_date` post meta to find subscriptions:
- https://github.com/pronamic/wp-pay-core/blob/d8b108bf59b9f9a297a487d30909b…
-
https://github.com/pronamic/wp-pay-core/blob/07ee3c2894cde68b903a76da7173d152e721373f/src/Upgrades/Upgrade620.php