chore: 🌐 localization

This commit is contained in:
IceToast 2023-02-07 14:18:22 +01:00
parent d491271e7a
commit 128015f0fa
No known key found for this signature in database
GPG key ID: 1464353E063A5B97

View file

@ -102,7 +102,7 @@ function PaypalPay(Request $request)
Log::error('PayPal Payment: ' . $ex->getMessage()); Log::error('PayPal Payment: ' . $ex->getMessage());
$payment->delete(); $payment->delete();
Redirect::route('store.index')->with('error', 'Payment failed')->send(); Redirect::route('store.index')->with('error', __('Payment failed'))->send();
return; return;
} }
} }