Skip to content

Commit

Permalink
Pass transactionData to handleReceiptPost in syncPurchasesSK2 (#4513)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkVillacampa authored Nov 22, 2024
1 parent 342508c commit e3d74d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Purchasing/Purchases/PurchasesOrchestrator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ private extension PurchasesOrchestrator {
appTransaction: appTransactionJWS) { result in

self.handleReceiptPost(result: result,
transactionData: nil,
transactionData: transactionData,
subscriberAttributes: unsyncedAttributes,
adServicesToken: nil,
completion: completion)
Expand Down

0 comments on commit e3d74d9

Please sign in to comment.