feat(core-flows,types,utils): make payment optional when cart balance is 0 (#11872)
what: - make payment optional when cart balance is 0
This commit is contained in:
@@ -1148,7 +1148,7 @@ medusaIntegrationTestRunner({
|
||||
expect.objectContaining({
|
||||
id: order.id,
|
||||
total: 0,
|
||||
subtotal: -6,
|
||||
subtotal: 100,
|
||||
summary: expect.objectContaining({
|
||||
current_order_total: 0,
|
||||
accounting_total: 0,
|
||||
|
||||
Reference in New Issue
Block a user