mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Update modules/ppcp-applepay/resources/js/boot-block.js
Co-authored-by: Danny Dudzic <d.dudzic@syde.com>
This commit is contained in:
parent
8169a6a70b
commit
367f2b86c4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const ppcpConfig = ppcpData.scriptData;
|
|||
|
||||
const buttonData = wc.wcSettings.getSetting( 'ppcp-applepay_data' );
|
||||
const buttonConfig = buttonData.scriptData;
|
||||
const namespace = 'ppcpBlocksPaypalAppglepay';
|
||||
const namespace = 'ppcpBlocksPaypalApplepay';
|
||||
|
||||
if ( typeof window.PayPalCommerceGateway === 'undefined' ) {
|
||||
window.PayPalCommerceGateway = ppcpConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue