mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove duplicate translation key
This commit is contained in:
@@ -55,7 +55,7 @@ module PaymentGateways
|
||||
@order.process_payments!
|
||||
@order.next
|
||||
if @order.complete?
|
||||
flash.notice = Spree.t(:order_processed_successfully)
|
||||
flash.notice = t(:order_processed_successfully)
|
||||
flash[:commerce_tracking] = "nothing special"
|
||||
session[:order_id] = nil
|
||||
redirect_to completion_route(@order)
|
||||
|
||||
@@ -3353,7 +3353,6 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
notice_messages:
|
||||
variant_deleted: "Variant deleted"
|
||||
or: "Or"
|
||||
order_processed_successfully: "Order processed successfully"
|
||||
payment_method_not_supported: "Payment method not supported"
|
||||
resend_authorization_email: "Resend authorization email"
|
||||
rma_credit: "RMA credit"
|
||||
|
||||
Reference in New Issue
Block a user