mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Merge pull request #2396 from woocommerce/next-version
Merge next-version into trunk
This commit is contained in:
commit
8dea9b3273
2 changed files with 22 additions and 22 deletions
|
@ -277,10 +277,13 @@ class AxoManager {
|
|||
|
||||
this.el.watermarkContainer.show();
|
||||
|
||||
// Add class to customer details container.
|
||||
this.$(this.el.axoCustomerDetails.selector).addClass('col-1');
|
||||
} else {
|
||||
this.shippingView.deactivate();
|
||||
this.billingView.deactivate();
|
||||
this.cardView.deactivate();
|
||||
this.$(this.el.axoCustomerDetails.selector).removeClass('col-1');
|
||||
}
|
||||
|
||||
if (scenario.axoPaymentContainer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue