diff --git a/core/app/models/spree/store_credit.rb b/core/app/models/spree/store_credit.rb index eb0cbf311fc..b4ed3dfb14c 100644 --- a/core/app/models/spree/store_credit.rb +++ b/core/app/models/spree/store_credit.rb @@ -66,7 +66,6 @@ def authorize(amount, order_currency, options = {}) }) authorization_code else - errors.add(:base, Spree.t('store_credit.insufficient_authorized_amount')) false end end