mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Refactor ApplePay notices
Refactor AppleProductStatus
This commit is contained in:
parent
5d406ea612
commit
20f64d63ed
8 changed files with 438 additions and 155 deletions
|
@ -45,7 +45,6 @@ class GooglepayModule implements ModuleInterface {
|
|||
function( Settings $settings = null ) use ( $c ): void {
|
||||
$apm_status = $c->get( 'googlepay.helpers.apm-product-status' );
|
||||
assert( $apm_status instanceof ApmProductStatus );
|
||||
|
||||
$apm_status->clear( $settings );
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue