Skip to content

Commit

Permalink
fix: updated premountloader iframe src (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
rising-dragon401 committed Apr 18, 2024
1 parent cbcb576 commit ae1eef1
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}/index.html?fullscreenType=${componentType}&publishableKey=${publishableKey}&clientSecret=${clientSecret}&sessionId=${sdkSessionId}"
allow="*"
name="orca-payment"
></iframe>
Expand Down

0 comments on commit ae1eef1

Please sign in to comment.