Remco Tolsma
Remco Tolsma
I also wonder if this repository is still actively maintained, also because of the following issue: http://stackoverflow.com/questions/37450185/php-code-sniffer-via-grunt-is-incredibly-slow/37682779#37682779
The following image URL is working: https://gruntjs.com/cdn/builtwith.svg.
The new plugin review team also seems to check for this via PHPCS, the following was part of a review: > ## Including PHPCS Scan > > We are attaching...
I think we also ran into this problem at @pronamic and were able to reproduce it via a PHPUnit test / GitHub Action that runs on `windows-latest`: https://github.com/pronamic/wp-mollie/actions/runs/6097473885/job/16545183100 Perhaps this...
We at [Pronamic](https://github.com/pronamic/) were also looking for a way to document the WordPress **filters** and **actions** in our WordPress plugins, themes and libraries. In our search we came across a...
I think we should no longer create follow-up payments for subscriptions that have the `subscr_failed` status: https://github.com/pronamic/wp-pay-core/blob/develop/src/Subscriptions/SubscriptionsModule.php#L1091-L1093 In the case of a failed direct debit payment, Mollie almost always advises...
I checked how Gravity Forms handles an empty amount (`0`) by default: https://github.com/wp-premium/gravityforms/blob/2.4.20/includes/addon/class-gf-payment-addon.php#L663-L700 By default a payment amount is valid when the amount is greater than zero. Currently we bypass...
The new VAT rules are only B2C related: > From 1 July 2021, the VAT rules on cross-border business-to-consumer (B2C) e-commerce activities will change. The rationale for these changes is...
WooCommerce and many other plugins use a similar view:
In internal HelpScout ticket https://secure.helpscout.net/conversation/1637278281/22756?folderId=1425710 we have a customer that doesn't see any payments attached to a subscription. This could indicate an issue in the `$periods = $subscription->get_payments_by_period();` method. This...