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
|
@ -109,6 +109,14 @@ class BillingView {
|
|||
this.billingFormFields.setData(data);
|
||||
}
|
||||
|
||||
inputValue(name) {
|
||||
return this.billingFormFields.inputValue(name);
|
||||
}
|
||||
|
||||
fullName() {
|
||||
return `${this.inputValue('firstName')} ${this.inputValue('lastName')}`.trim();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default BillingView;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue