Order Transaction added for paypal smart button

This commit is contained in:
rahul shukla 2021-03-12 19:11:06 +05:30
parent 14bf78a195
commit 5997bbd940
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ class SmartButtonController extends Controller
'success' => true,
]);
} catch (\Exception $e) {
session()->flash('error', trans($e->getMessage()));
session()->flash('error', trans('shop::app.common.error'));
throw $e;
}