chore: 🌐 localization
This commit is contained in:
parent
d491271e7a
commit
128015f0fa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue