We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ea62d commit c486a84Copy full SHA for c486a84
Sources/iPaymentButton/DemoApplePay.swift
@@ -199,7 +199,6 @@ extension ExampleApplePayPopup: PKPaymentAuthorizationControllerDelegate {
199
completion(PKPaymentRequestPaymentMethodUpdate(paymentSummaryItems: paymentSummaryItems))
200
return
201
}
202
- print("hi")
203
204
// var discountedSummaryItems = paymentSummaryItems
205
// let discount = PKPaymentSummaryItem(label: "Debit Card Discount", amount: NSDecimalNumber(string: "-2.00"))
0 commit comments