added invidual purchase

This commit is contained in:
franknstayn
2022-01-29 18:54:54 +08:00
parent 8a9b1209a3
commit 3ffe60b851
10 changed files with 1165 additions and 873 deletions

View File

@@ -611,6 +611,7 @@ class PaypalController extends Controller
//throw $th;
// echo $e->getCode();
echo $e->getData();
// var_dump($e->getData());
Session::put('cartkeyError', 'Invalid payment.');
return Redirect::route('cart');
}