Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel authored and Manuel committed Jun 5, 2024
1 parent ebc245c commit 34adbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/MerchantUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class MerchantUtils {
valid: product.valid,
transaction: {
id: product.id,
receipt: isIOS ? product.transaction.appStoreReceipt : product.transaction.purchaseToken,
receipt: isIOS ? product.transaction.id : product.transaction.purchaseToken,
type: product.transaction.type,
},
}
Expand Down

0 comments on commit 34adbec

Please sign in to comment.