Advertisement
irshalfir

Error POST payment

Oct 21st, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.50 KB | None | 0 0
  1. {
  2.     "title": "ErrorException",
  3.     "type": "ErrorException",
  4.     "code": 500,
  5.     "message": "Undefined variable: order_date",
  6.     "file": "/var/www/html/opoapi/app/Controllers/Api/OrderController.php",
  7.     "line": 87,
  8.     "trace": [
  9.         {
  10.             "file": "/var/www/html/opoapi/app/Controllers/Api/OrderController.php",
  11.             "line": 87,
  12.             "function": "errorHandler",
  13.             "class": "CodeIgniter\\Debug\\Exceptions",
  14.             "type": "->"
  15.         },
  16.         {
  17.             "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/CodeIgniter.php",
  18.             "line": 918,
  19.             "function": "paymentPost",
  20.             "class": "App\\Controllers\\Api\\OrderController",
  21.             "type": "->"
  22.         },
  23.         {
  24.             "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/CodeIgniter.php",
  25.             "line": 404,
  26.             "function": "runController",
  27.             "class": "CodeIgniter\\CodeIgniter",
  28.             "type": "->"
  29.         },
  30.         {
  31.             "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/CodeIgniter.php",
  32.             "line": 312,
  33.             "function": "handleRequest",
  34.             "class": "CodeIgniter\\CodeIgniter",
  35.             "type": "->"
  36.         },
  37.         {
  38.             "file": "/var/www/html/opoapi/public/index.php",
  39.             "line": 57,
  40.             "function": "run",
  41.             "class": "CodeIgniter\\CodeIgniter",
  42.             "type": "->"
  43.         }
  44.     ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement