mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 19:48:52 +08:00
Fix AXO CardComponent loading
This commit is contained in:
parent
20a4a8e0d3
commit
9b61c090a7
1 changed files with 4 additions and 5 deletions
|
@ -562,11 +562,10 @@ class AxoManager {
|
||||||
this.setStatus('validEmail', true);
|
this.setStatus('validEmail', true);
|
||||||
this.setStatus('hasProfile', false);
|
this.setStatus('hasProfile', false);
|
||||||
|
|
||||||
this.cardComponent = await this.fastlane
|
this.cardComponent = await this.fastlane.FastlaneCardComponent(
|
||||||
.FastlaneCardComponent(
|
this.cardComponentData()
|
||||||
this.cardComponentData()
|
);
|
||||||
)
|
this.cardComponent.render(this.el.paymentContainer.selector + '-form');
|
||||||
.render(this.el.paymentContainer.selector + '-form');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue