maq89 / paytabs-laravel

Other
10 stars 16 forks source link

Trying to get property of non-object #7

Closed tauqeerabbas closed 5 years ago

tauqeerabbas commented 5 years ago

Trying to get property of non-object

$result = $pt->create_pay_page(array(...));

result returns null. Please help.

Thanks.

tauqeerabbas commented 5 years ago

oh, i got it, it works only within countries that paytab supports. thanks,

yomnamohamed93 commented 4 years ago

i had the same problem although i tried to send request via post man with the same parameters and it works properly with post man but return null in my laravel app. thanks.