Skip to content

Commit

Permalink
fixup! Add StoreKit2 button
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Jan 9, 2025
1 parent d2e1fee commit afaa9ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,6 @@ class AccountViewController: UIViewController {

private func sendReceiptToAPI(accountNumber: String, receipt: VerificationResult<Transaction>) async {
do {
// Accessing unsafe payload data because n
let receiptData = receipt.unsafePayloadValue
try await interactor.sendStoreKitReceipt(receipt, for: accountNumber)
print("Receipt sent successfully")
} catch {
Expand Down

0 comments on commit afaa9ff

Please sign in to comment.