Niels de Blaauw
Niels de Blaauw
Apparently PayPal can give the address of the customer through it's payment API: https://github.com/mollie/WooCommerce/blob/f8d517cd90e5821002f568f3a271968417ff9493/src/Mollie/WC/Gateway/Abstract.php#L876-L878 Problem is that when PayPal provides an address, it is always overwriting all user provided address...
First the easy ones. Some seem to have been edited, so it is necessary to check out if these edits break anything. - [ ] `sendgrid/sendgrid` (^6.0) - [ ]...
Let's see if we can automate publishing tags to the WordPress plugin repository. It's fairly simple using GitHub actions and a preset action like [10-up's plugin deployment](https://github.com/10up/actions-wordpress/tree/develop/dotorg-plugin-deploy). Automating this step...
There a lot of calls like this in the code: `wp_localize_script( PostmanViewController::POSTMAN_SCRIPT, 'postman_input_basic_password', '#input_' . PostmanOptions::BASIC_AUTH_PASSWORD );` The [third argument should be an array](https://codex.wordpress.org/Function_Reference/wp_localize_script), but the bigger problem is this...
See https://developer.wordpress.org/reference/functions/add_submenu_page/ These submenu pages are currently not being shown correctly. ``` ERROR: NullArgument - Postman/Postman-Configuration/PostmanConfigurationController.php:134:29 - Argument 1 of add_submenu_page cannot be null, null value provided to parameter with...
Report from Psalm: ``` ERROR: UndefinedConstant - Postman/Postman-Mail/PostmanMandrillTransport.php:84:10 - Constant PostmanMandrillTransport::PROTOCOL is not defined return self::PROTOCOL; ```
http://docs.phpdoc.org/references/phpdoc/tags/deprecated.html