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 97e1b2e commit 2e9ce88Copy full SHA for 2e9ce88
WooCommerce/Classes/ViewModels/CardPresentPayments/ReceiptPrintingCoordinator.swift
@@ -13,6 +13,7 @@ struct ReceiptPrintingCoordinator {
13
ServiceLocator.analytics.track(.receiptPrintCanceled)
14
case .failure(let error):
15
ServiceLocator.analytics.track(.receiptPrintFailed, withError: error)
16
+ DDLogError("⛔️ Failed to print receipt: \(error.localizedDescription)")
17
}
18
19
0 commit comments