mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +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('hasProfile', false);
|
||||
|
||||
this.cardComponent = await this.fastlane
|
||||
.FastlaneCardComponent(
|
||||
this.cardComponentData()
|
||||
)
|
||||
.render(this.el.paymentContainer.selector + '-form');
|
||||
this.cardComponent = await this.fastlane.FastlaneCardComponent(
|
||||
this.cardComponentData()
|
||||
);
|
||||
this.cardComponent.render(this.el.paymentContainer.selector + '-form');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue