Skip to content

Commit

Permalink
fix: updated premountloader iframe src
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrishab Srivatsa committed Apr 18, 2024
1 parent 2150015 commit b16e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orca-loader/Elements.res
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let make = (
<iframe
id ="orca-payment-element-iframeRef-${localSelectorString}"
name="orca-payment-element-iframeRef-${localSelectorString}"
src="${ApiEndpoint.sdkDomainUrl}/?fullscreenType=${componentType}&publishableKey=${publishableKey}&clientSecret=${clientSecret}&sessionId=${sdkSessionId}"
src="${ApiEndpoint.sdkDomainUrl}/fullscreenIndex.html?fullscreenType=${componentType}&publishableKey=${publishableKey}&clientSecret=${clientSecret}&sessionId=${sdkSessionId}"
allow="*"
name="orca-payment"
></iframe>
Expand Down

0 comments on commit b16e39a

Please sign in to comment.