Merge pull request #7263 from turbo124/v5-develop

Fixes for translations
This commit is contained in:
David Bomba 2022-03-06 07:50:34 +11:00 committed by GitHub
commit 7b8cc5c0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ class PaymentMethodController extends Controller
return redirect() return redirect()
->route('client.payment_methods.index') ->route('client.payment_methods.index')
->withSuccess('Payment method has been successfully removed.'); ->withSuccess(ctrans('texts.payment_method_removed'));
} }
private function getClientGateway() private function getClientGateway()