mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-28 01:53:25 +00:00
Revert "don't try to process a payment if it's pending auth"
This reverts commit bba9e55006.
This commit is contained in:
@@ -5,7 +5,6 @@ module Spree
|
||||
module Processing
|
||||
def process!
|
||||
return unless validate!
|
||||
return if cvv_response_message.present?
|
||||
|
||||
if payment_method.auto_capture?
|
||||
purchase!
|
||||
@@ -16,7 +15,6 @@ module Spree
|
||||
|
||||
def process_offline!
|
||||
return unless validate!
|
||||
return if cvv_response_message.present?
|
||||
|
||||
if payment_method.auto_capture?
|
||||
charge_offline!
|
||||
|
||||
Reference in New Issue
Block a user