In a Drupal Commerce site I have implemented the ccavenue for payment. Upon successful payment, the page of my site is not being shown. It seems ccavenue is not redirecting to the success URL upon successful payment.

When I contacted ccavenue support for help, they said that perhaps we are not using the encryption and they sent me the PHP kit for encryption.

I believe encryption is already provided in the commerce_ccavenue module.

Is there any config I need to make to get this to work?

Thanks

Comments

rkarajgi’s picture

It looks like there is no encryption provided in the 7.x-1.2 version of the module.

The sample code requires the submit form to have 'encRequest' that has the transaction data encrypted using Aes code and working key. Not sure if this is being done in this commerce_ccavenue module.

Any one has any idea?

Thanks

Yogesh Kushwaha’s picture

I am also suffering from this problem, something is not correct in this module. anyone is here who done successfully payment using this module.

sudishth’s picture

Version: 7.x-1.2 » 7.x-2.0
Status: Active » Needs review

hi everyone can you try latest 7.x-2.0

visabhishek’s picture

Status: Needs review » Closed (outdated)