Hide billing container for ryan flow

This commit is contained in:
Emili Castells Guasch 2024-04-30 09:52:20 +02:00
parent 2bbc4d3149
commit 908c589d61
2 changed files with 2 additions and 2 deletions

View file

@ -230,6 +230,8 @@ class AxoManager {
}
if (scenario.axoProfileViews) {
this.el.billingAddressContainer.hide();
this.shippingView.activate();
this.billingView.activate();
this.cardView.activate();

View file

@ -1,5 +1,3 @@
import {setVisible} from "../../../../ppcp-button/resources/js/modules/Helper/Hiding";
class DomElement {
constructor(config) {