mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix a typo
This commit is contained in:
@@ -203,7 +203,7 @@ describe "checking out an order with a Stripe SCA payment method", type: :reques
|
||||
end
|
||||
end
|
||||
|
||||
context "when the payment_metho request returns an error message" do
|
||||
context "when the payment_method request returns an error message" do
|
||||
let(:payment_method_response_mock) do
|
||||
{ status: 402, body: JSON.generate(error: { message: "payment-method-failure" }) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user