Advertisement
enricoluigi

FaturaCreditosController.php

May 28th, 2020
1,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1.     public function pendingPagamentos(){
  2.         $query = $this->request->getQueryParams();
  3.         log::debug($query);
  4.         $query = $this->request->input('json_decode');
  5.         log::debug($query);
  6.  
  7.  
  8.         if (($query->live_mode == "true") && ($query->type == "payment")){
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement