mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🐛 Fix a PHP error during disconnect
This commit is contained in:
parent
401faf6975
commit
4b83d588ec
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ class AuthenticationManager {
|
|||
/**
|
||||
* Clear the APM eligibility flags from the default settings object.
|
||||
*/
|
||||
do_action( 'woocommerce_paypal_payments_clear_apm_product_status' );
|
||||
do_action( 'woocommerce_paypal_payments_clear_apm_product_status', null );
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -428,7 +428,7 @@ class AuthenticationManager {
|
|||
/**
|
||||
* Clear the APM eligibility flags from the default settings object.
|
||||
*/
|
||||
do_action( 'woocommerce_paypal_payments_clear_apm_product_status' );
|
||||
do_action( 'woocommerce_paypal_payments_clear_apm_product_status', null );
|
||||
|
||||
/**
|
||||
* Subscribe the new merchant to relevant PayPal webhooks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue