Skip to content

Commit

Permalink
πŸ™ - Added consumable flag for Android transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
guytepper committed May 17, 2022
1 parent 7ae1673 commit 5d0cc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/settings/settings-tip-jar-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const TipJarScreen = observer(function TipJarScreen() {
setIsLoading(true)

const purchase = await requestPurchase(sku)
await finishTransaction(purchase)
await finishTransaction(purchase, true)

setModalVisible(true)
settings.addTip(Number(amount))
Expand Down

0 comments on commit 5d0cc82

Please sign in to comment.