mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Axo gateway skeleton.
This commit is contained in:
parent
fc7b8022e8
commit
b4b5863cb4
14 changed files with 2872 additions and 9 deletions
|
@ -72,6 +72,8 @@ export const loadPaypalScript = (config, onLoaded, onError = null) => {
|
|||
scriptOptions['data-user-id-token'] = userIdToken;
|
||||
}
|
||||
|
||||
scriptOptions['data-client-metadata-id'] = 'ppcp-cm-id';
|
||||
|
||||
// Load PayPal script
|
||||
loadScript(scriptOptions)
|
||||
.then(callback)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue