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

Paramiter issue #81

Open
krishanpancholi opened this issue Apr 8, 2022 · 2 comments
Open

Paramiter issue #81

krishanpancholi opened this issue Apr 8, 2022 · 2 comments

Comments

@krishanpancholi
Copy link

Softon\Indipay\Exceptions\IndipayParametersMissingException

@krishanpancholi
Copy link
Author

this parmiter in my controller

$parameters =[

        'key' => 'RDey6p1q',
        'txnid' => '1233221223322',
        'surl' => 'paymentsuccess',
        'furl' => 'paymentfailure',
        'firstname' => 'krishan',
        'email' => '[email protected]',
        'phone' => '8014700382',
        'productinfo' => 'prodact1',
        'service_provider' => 'payu_paisa',
        'amount' => '100',
    ];

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

@softon
Copy link
Owner

softon commented Apr 16, 2022

check the PayUMoney docs for required parameters

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

2 participants