mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Fix failing spec
This commit is contained in:
@@ -204,7 +204,6 @@ RSpec.describe "Order Management" do
|
||||
create(
|
||||
:customer_account_transaction,
|
||||
amount: 100, customer: order.customer,
|
||||
payment_method: credit_payment_method
|
||||
)
|
||||
# Add credit payment
|
||||
payment = order.payments.create!(payment_method: credit_payment_method,
|
||||
|
||||
Reference in New Issue
Block a user