mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix for AXO sdk changes
This commit is contained in:
parent
11b87155f3
commit
86be3055c5
2 changed files with 6 additions and 4 deletions
|
@ -451,10 +451,10 @@ class AxoManager {
|
|||
this.el.gatewayRadioButton.trigger('change');
|
||||
}
|
||||
|
||||
renderWatermark() {
|
||||
this.fastlane.FastlaneWatermarkComponent({
|
||||
async renderWatermark() {
|
||||
(await this.fastlane.FastlaneWatermarkComponent({
|
||||
includeAdditionalInfo: true
|
||||
}).render(this.el.watermarkContainer.selector);
|
||||
})).render(this.el.watermarkContainer.selector);
|
||||
}
|
||||
|
||||
watchEmail() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue