-
i am trying to integrate in laravel 9 ,php version 8.1.0.
i have installed the wrapper through composer require instamojo/instamojo-php
then in controller
public function pay(Request $request){
…
-
Hello all,
I am using a payment gateway which requires sending auth details over headers.
so i am using this code now
```
$httpResponse = $this->httpClient->request('POST', $this->getEndpoint(…
-
Could you help me out of this issue `Undefined index: TXNID`
-
This is not redirecting as its supposed to redirect , what might be the issue?, I have my secret and public key in my files correctly
-
its return follow :
> Problem 1
> - php-mqtt/laravel-client[v1.0.0-rc1, ..., v1.0.0] require illuminate/config ~7.0|~8.0 -> found illuminate/config[v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] bu…
-
i have got this message using laravel 5.5 ,how can i fix them?
-
I'm getting this error:
```
(1/1) ReflectionException
Class Softon\Indipay\Gateways\ccavenueGateway does not exist
```
![image](https://user-images.githubusercontent.com/6032048/28500905-9aada520…
dattz updated
5 years ago
-
C:\Users\USER\ecommerce\vendor\lubusin\laravel-mojo\src\Mojo.php
$sub = config('laravelmojo.subdomain_for_endpoints');
$curl = self::setupCURL("https://{$sub}.instamojo.com/api/…
-
Hello,
I have installed your package in my application successfully. Now when I initiate the payment process using CCAvenue, I get `IndipayParametersMissingException` on line 102. When checked with t…
-
Hello,
I got following error
![image](https://user-images.githubusercontent.com/16957207/34769385-a84c3b54-f623-11e7-838f-54d4b9724325.png)
I am using laravel5.4 version.
Here's my indipay.php
…