mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Integrate AXO payment process
This commit is contained in:
parent
4e4f00acf5
commit
9391865217
8 changed files with 109 additions and 22 deletions
|
@ -84,6 +84,11 @@ class DomElementCollection {
|
|||
attributes: 'data-ppcp-axo-show-gateway-selection',
|
||||
});
|
||||
|
||||
this.axoNonceInput = new DomElement({
|
||||
id: 'ppcp-axo-nonce',
|
||||
selector: '#ppcp-axo-nonce',
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue