mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Final polish
This commit is contained in:
parent
457ac5a5cd
commit
7537967266
4 changed files with 36 additions and 21 deletions
|
@ -60,6 +60,11 @@ class DomElementCollection {
|
|||
selector: '#billing_email_field'
|
||||
});
|
||||
|
||||
this.billingEmailFieldWrapper = new DomElement({
|
||||
id: 'ppcp-axo-billing-email-field-wrapper',
|
||||
selector: '#ppcp-axo-billing-email-field-wrapper',
|
||||
});
|
||||
|
||||
this.billingEmailSubmitButton = new DomElement({
|
||||
id: 'ppcp-axo-billing-email-submit-button',
|
||||
selector: '#ppcp-axo-billing-email-submit-button',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue