mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Hide billing container for ryan flow
This commit is contained in:
parent
2bbc4d3149
commit
908c589d61
2 changed files with 2 additions and 2 deletions
|
@ -230,6 +230,8 @@ class AxoManager {
|
|||
}
|
||||
|
||||
if (scenario.axoProfileViews) {
|
||||
this.el.billingAddressContainer.hide();
|
||||
|
||||
this.shippingView.activate();
|
||||
this.billingView.activate();
|
||||
this.cardView.activate();
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import {setVisible} from "../../../../ppcp-button/resources/js/modules/Helper/Hiding";
|
||||
|
||||
class DomElement {
|
||||
|
||||
constructor(config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue