Jump to content

Recommended Posts

Posted

Hello,

 

    public function validate(array $get, array $post)
    {
        $cgOrder = $this->coingateCallback($this->ifSet($post['id']));
        $return_status = false;
        $status = null;

        dd($cgOrder);

 

Any ideas how to make cgOrder appear on the screen so I could see what values it holds?

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...