Remco Tolsma

Results 42 issues of Remco Tolsma

> The existing thresholds for distance sales of goods within the EU will be abolished and replaced by a new EU-wide threshold of EUR 10 000. Below this EUR 10...

enhancement
vat

We have considered moving all payment information to custom tables, but I think this is too big a step for now. In order to give users guidelines for the new...

enhancement
vat

Currently the `@link` tags are not rendered in the markdown template. ```php /** * Prints scripts or data in the head tag on the Adyen checkout page. * * This...

enhancement

``` bin/wp-documentor parse wordpress --format=markdown --type=actions --relative=tests/docs --memory-limit=-1 --output=tests/docs/wordpress-actions.md ``` ``` bin/wp-documentor parse wordpress --format=markdown --type=filters --relative=tests/docs --memory-limit=-1 --output=tests/docs/wordpress-filters.md ```

Related to: - https://github.com/pronamic/wp-pay-core/issues/165 > We hebben ook wel overwegen om naar de `WP_ENVIRONMENT_TYPE` instelling te kijken (https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type). Er is echter geen garantie dat staging omgevingen `define( 'WP_ENVIRONMENT_TYPE', 'staging' );`...

Today I had to alert a customer to this setting, and I noticed that we only show this setting in debug mode. _Internal HelpScout ticket: https://secure.helpscout.net/conversation/2454026625/26654?viewId=1425710_ https://github.com/pronamic/wp-pay-core/blob/c743a1506d01274286f51d23debf765004b17d6f/src/Admin/AdminSettings.php#L111-L125 The customer gave...

Use `$subscription->new_payment()` instead and/or build the subscription payment in the extension.

In https://github.com/pronamic/wp-pronamic-pay/issues/334 I ran into a problem with the `PaymentMethods::update_active_payment_methods()` method. > Saving a gateway configuration will trigger the `Pronamic\WordPress\Pay\Core\PaymentMethods::update_active_payment_methods( )` method, exceptions in this method are not handled, how...