🐛 Fix a PHP error during disconnect

This commit is contained in:
Philipp Stracker 2025-01-13 14:21:52 +01:00
parent 401faf6975
commit 4b83d588ec
No known key found for this signature in database

View file

@ -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.