Skip to content

Commit

Permalink
fix: success case for paze wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Nov 7, 2024
1 parent 8a2aef0 commit a00ea8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Payments/PazeWallet.res
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ let make = () => {
messageParentWindow([
("fullscreen", false->JSON.Encode.bool),
("isPaze", true->JSON.Encode.bool),
("componentName", componentName->JSON.Encode.string),
(
"completeResponse",
completeResponse
Expand Down

0 comments on commit a00ea8a

Please sign in to comment.