mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
First attempt: Add a continue button next to the email input
This commit is contained in:
parent
aa09869236
commit
38fc9906b7
5 changed files with 99 additions and 3 deletions
|
@ -7,6 +7,10 @@ class DomElementCollection {
|
|||
selector: '#payment_method_ppcp-axo-gateway',
|
||||
});
|
||||
|
||||
this.gatewayDescription = new DomElement({
|
||||
selector: '.payment_box.payment_method_ppcp-axo-gateway',
|
||||
});
|
||||
|
||||
this.defaultSubmitButton = new DomElement({
|
||||
selector: '#place_order',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue