mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
typo
This commit is contained in:
parent
f8940d1b67
commit
c997f17863
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class CreditCardRenderer {
|
||||||
contingencies: ['3D_SECURE']
|
contingencies: ['3D_SECURE']
|
||||||
}).then((payload) => {
|
}).then((payload) => {
|
||||||
payload.orderID = payload.orderId;
|
payload.orderID = payload.orderId;
|
||||||
console.log(paypload);
|
console.log(payload);
|
||||||
|
|
||||||
if (payload.liabilityShift === 'POSSIBLE') {
|
if (payload.liabilityShift === 'POSSIBLE') {
|
||||||
return contextConfig.onApprove(payload);
|
return contextConfig.onApprove(payload);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue