Integrate wallet IFrame for payments #42
@ -74,7 +74,7 @@ const IFrameModal = ({
|
|||||||
<iframe
|
<iframe
|
||||||
onLoad={getDataFromWallet}
|
onLoad={getDataFromWallet}
|
||||||
id="walletIframe"
|
id="walletIframe"
|
||||||
src={`${VITE_WALLET_IFRAME_URL}/WalletEmbed`}
|
src={`${VITE_WALLET_IFRAME_URL}/wallet-embed`}
|
||||||
width="100%"
|
width="100%"
|
||||||
height="100%"
|
height="100%"
|
||||||
sandbox="allow-scripts allow-same-origin"
|
sandbox="allow-scripts allow-same-origin"
|
||||||
|
Loading…
Reference in New Issue
Block a user