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 0803253 commit 3dd788fCopy full SHA for 3dd788f
Modules/Sources/PointOfSale/Models/PointOfSaleAggregateModel.swift
@@ -420,7 +420,6 @@ extension PointOfSaleAggregateModel {
420
else {
421
return
422
// Should this throw?
423
- // Card payment check might be skipped silently here if we happen to not have the right OrderItem
424
}
425
do {
426
try await collectPayment(for: order)
0 commit comments