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 7220b7b commit 141dc69Copy full SHA for 141dc69
WooCommerce/Classes/POS/Card Present Payments/CardPresentPaymentService.swift
@@ -108,6 +108,7 @@ final class CardPresentPaymentService: CardPresentPaymentFacade {
108
DDLogError("Attempting to cancel the payment has failed \(error)")
109
}
110
111
+ paymentTask?.cancel()
112
connectionControllerManager.knownReaderProvider.forgetCardReader()
113
114
return await withCheckedContinuation { continuation in
0 commit comments