mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Add missing attribute to skip source validation
This commit is contained in:
@@ -152,7 +152,8 @@ module Spree
|
||||
payment_method: payment_method,
|
||||
amount: refund_amount.abs * -1,
|
||||
response_code: response.authorization,
|
||||
state: 'completed')
|
||||
state: 'completed',
|
||||
skip_source_validation: true)
|
||||
else
|
||||
gateway_error(response)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user