mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-10 17:59:45 +08:00
downgrade plugin to php 7.0
This commit is contained in:
parent
5e011b4f95
commit
c5899d915c
61 changed files with 419 additions and 368 deletions
|
@ -314,7 +314,7 @@ class WcGatewayModule implements ModuleInterface {
|
|||
*
|
||||
* @param ContainerInterface $container The container.
|
||||
*/
|
||||
private function register_checkout_paypal_address_preset( ContainerInterface $container ): void {
|
||||
private function register_checkout_paypal_address_preset( ContainerInterface $container ) {
|
||||
add_filter(
|
||||
'woocommerce_checkout_get_value',
|
||||
static function ( ...$args ) use ( $container ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue