Skip to content

Commit

Permalink
missing onClose callback
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Dec 18, 2024
1 parent fca4109 commit 619ec16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/checkout/src/views/PaymentSelection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ export const PaymentSelectionContent = () => {
onSuccess: () => {
clearCachedBalances()
onSuccess(txHash)
}
},
onClose
})
} catch (e) {
console.error('Failed to purchase...', e)
Expand Down

0 comments on commit 619ec16

Please sign in to comment.