From 128015f0fae38b9d1e7190f803291e6d39581278 Mon Sep 17 00:00:00 2001 From: IceToast Date: Tue, 7 Feb 2023 14:18:22 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=8C=90=20localization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Extensions/PaymentGateways/PayPal/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Extensions/PaymentGateways/PayPal/index.php b/app/Extensions/PaymentGateways/PayPal/index.php index 11ac4473..648913ae 100644 --- a/app/Extensions/PaymentGateways/PayPal/index.php +++ b/app/Extensions/PaymentGateways/PayPal/index.php @@ -102,7 +102,7 @@ function PaypalPay(Request $request) Log::error('PayPal Payment: ' . $ex->getMessage()); $payment->delete(); - Redirect::route('store.index')->with('error', 'Payment failed')->send(); + Redirect::route('store.index')->with('error', __('Payment failed'))->send(); return; } }