show hosted field grid after paypal is loaded

This commit is contained in:
David Remer 2020-08-20 08:20:37 +03:00
parent e900b856d3
commit f8893f89d5

View file

@ -35,6 +35,9 @@ class CheckoutBootstap {
if (!this.shouldRender()) {
return;
}
if (document.querySelector(this.gateway.hosted_fields.wrapper + '>div')) {
document.querySelector(this.gateway.hosted_fields.wrapper + '>div').setAttribute('style', '');
}
const actionHandler = new CheckoutActionHandler(
PayPalCommerceGateway,
new ErrorHandler(this.gateway.labels.error.generic),