Skip to content

Commit

Permalink
fix: comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Mar 8, 2024
1 parent d7ad477 commit 8ddc9d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/orca-loader/Elements.res
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,9 @@ let make = (
})
->ignore
fetchPaymentsList(mountedIframeRef)
displaySavedPaymentMethods ? fetchCustomerDetails(mountedIframeRef) : ()
if displaySavedPaymentMethods {
fetchCustomerDetails(mountedIframeRef)
}
mountedIframeRef->Window.iframePostMessage(message)
}

Expand Down

0 comments on commit 8ddc9d8

Please sign in to comment.