react-nomba-checkout-sdk 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -4140,7 +4140,7 @@ var NombaCheckoutModal = /** @class */ (function (_super) {
|
|
|
4140
4140
|
React.createElement(Loader, null))),
|
|
4141
4141
|
React.createElement("button", { style: modalStyles.closeButton, onClick: this.handleClose },
|
|
4142
4142
|
React.createElement(CloseIcon, null)),
|
|
4143
|
-
React.createElement("iframe", { src: "https://checkout.nomba.com/".concat(this.state.environment === 'sandbox' ? 'sandbox' : 'pay', "/").concat(orderId), allow: 'clipboard-write clipboard-read', width: '100%', height: '80vh', style: modalStyles.iframe, title: 'Nomba checkout', onLoad: this.handleIframeLoad, id: 'checkout-sdk-iframe' })))));
|
|
4143
|
+
React.createElement("iframe", { src: "https://checkout.nomba.com/".concat(this.state.environment === 'sandbox' ? 'sandbox' : 'pay', "/").concat(orderId), allow: 'clipboard-write clipboard-read', width: '100%', height: '80vh', style: modalStyles.iframe, title: 'Nomba checkout', onLoad: this.handleIframeLoad, id: 'checkout-sdk-iframe', name: 'react-sdk' })))));
|
|
4144
4144
|
};
|
|
4145
4145
|
return NombaCheckoutModal;
|
|
4146
4146
|
}(Component));
|