Loading Instamojo Payment gateway SDK giving error |
here is the SDK url https://github.com/Instamojo/instamojo-php
this page has the example I used in my CI 4 Application below is my code PHP Code: $api = new \Instamojo\Instamojo::init('app', [ above code giving error : Code: "syntax error, unexpected 'init' (T_STRING), expecting variable (T_VARIABLE) or '$'" |
Messages In This Thread |
Loading Instamojo Payment gateway SDK giving error - by tysonchamp - 09-29-2020, 02:46 PM
RE: Loading Instamojo Payment gateway SDK giving error - by InsiteFX - 09-29-2020, 03:50 PM
RE: Loading Instamojo Payment gateway SDK giving error - by tysonchamp - 09-29-2020, 10:12 PM
|