mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
Move voucher processing out of checkout controller
This commit is contained in:
committed by
Gaetan Craig-Riou
parent
bddc10626b
commit
04bbea53e1
@@ -83,7 +83,7 @@ describe VoucherAdjustmentsController, type: :request do
|
||||
expect(response).to be_successful
|
||||
end
|
||||
|
||||
context "when adjustment doesn't exits" do
|
||||
context "when adjustment doesn't exist" do
|
||||
it "does nothing" do
|
||||
delete "/voucher_adjustments/-1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user