mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix typo
This commit is contained in:
parent
eb2489f7ce
commit
70c2c384ad
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ class DataToAppleButtonScripts {
|
|||
'currencyCode' => $currency_code,
|
||||
'totalLabel' => $total_label,
|
||||
),
|
||||
'ajaxUrl' => admin_url( 'admin-ajax.php' ),
|
||||
'ajax_url' => admin_url( 'admin-ajax.php' ),
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -171,7 +171,7 @@ class DataToAppleButtonScripts {
|
|||
'currencyCode' => $currency_code,
|
||||
'totalLabel' => $total_label,
|
||||
),
|
||||
'ajaxUrl' => admin_url( 'admin-ajax.php' ),
|
||||
'ajax_url' => admin_url( 'admin-ajax.php' ),
|
||||
'buttonMarkup' => $button_markup,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue