Fix method id check

This commit is contained in:
Alex P 2023-11-23 08:46:48 +02:00
parent 018ba0de3e
commit ea35893a82
No known key found for this signature in database
GPG key ID: 54487A734A204D71
3 changed files with 8 additions and 5 deletions

View file

@ -111,7 +111,7 @@ class GooglepayButton {
}
if (['cart-block', 'checkout-block'].indexOf(this.context) !== -1) {
config.ppcpButtonWrapper = '#express-payment-method-ppcp-gateway';
config.ppcpButtonWrapper = '#express-payment-method-ppcp-gateway-paypal';
}
return config;