First attempt: Add a continue button next to the email input

This commit is contained in:
Daniel Dudzic 2024-06-06 01:16:52 +02:00
parent aa09869236
commit 38fc9906b7
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
5 changed files with 99 additions and 3 deletions

View file

@ -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',
});