Show iframe when showing invoice in Shopify plugin

Close #4105
This commit is contained in:
Umar Bolatov
2022-09-07 22:13:02 -07:00
committed by Andrew Camilleri
parent 7106830be9
commit 1626bd7a18

View File

@@ -133,6 +133,7 @@ window.BTCPayShopifyIntegrationModule = function () {
});
});
window.btcpay.showInvoice(currentInvoiceData.invoiceId);
window.btcpay.showFrame();
}
}