Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Softon\Indipay\Gateways\Gateway does not exist #50

Closed
Noushid opened this issue Nov 3, 2018 · 10 comments
Closed

Class Softon\Indipay\Gateways\Gateway does not exist #50

Noushid opened this issue Nov 3, 2018 · 10 comments

Comments

@Noushid
Copy link

Noushid commented Nov 3, 2018

i have got this message using laravel 5.5 ,how can i fix them?

@gauravjadhav767
Copy link

I have got the same issue plz guide..?

@softon
Copy link
Owner

softon commented Aug 3, 2019

Its because the gateway field is missing in

// gateway = CCAvenue / PayUMoney / EBS / Citrus / InstaMojo / ZapakPay / Mocker

  $order = Indipay::gateway('NameOfGateway')->prepare($parameters);

you should place the appropriate NameOFGateway here

@softon softon closed this as completed Aug 3, 2019
@ankitabhatti05
Copy link

ankitabhatti05 commented May 5, 2020

@softon I have used the code which you gave us above, but still i am getting the same issue.

@devqualwebs
Copy link

I'm using larave 5.6 and facing same issue. Can you please help me to solve this?

@devqualwebs
Copy link

Hello, I'm also facing the same issue on laravel 5.6. Can you please help me to fix this issue?

@softon
Copy link
Owner

softon commented Apr 20, 2021

which gateway are you using?

@devqualwebs
Copy link

I'm using CC avenue

@softon
Copy link
Owner

softon commented Apr 22, 2021 via email

@devqualwebs
Copy link

`
public function ccavenuePayment(){
$parameters = [
'transaction_no' => '1233221223322',
'amount' => '1200.00',
'name' => 'Jon Doe',
'email' => 'jon@doe.com'
];

    $order = Indipay::gateway('CCAvenue')->prepare($parameters);
    return Indipay::process($order);
}`

I'm using the above code. 

@softon
Copy link
Owner

softon commented Apr 22, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants