Order Transaction added for paypal smart button
This commit is contained in:
parent
14bf78a195
commit
5997bbd940
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue