Hi,
I use this module for a project, but SHA1 out do not match. I found that the parameters used by the module to generate SHA out are complete. Here a patch that add some missing parameters (in my case) to get a matching SHA1 out.
| Comment | File | Size | Author |
|---|---|---|---|
| commerce_ogone_missing_sha_out_parameters.patch | 1.85 KB | raphael apard |
Comments
Comment #2
baekelandt commentedI had the same issue for the Ogone module which integrates Ogone with the Payments module, see #2753493: Signature incoming and outgoing parameters not up to date. In the summary of the issue you can find a link to the documentation where all the parameters are listed for the SHA-IN and SHA-OUT calculation, because both have some new parameters.
I'm hoping to save you some trouble for updating the parameter calculations by providing this information.
Greetings,
Baekelandt
Comment #3
Arne Slabbinck commentedUsing this patch to try and fix 'checkout complete event not firing', thanks!
Comment #4
promo commentedFor me, the patch fixed the "SHA1 out doesn't match" error with the version 7.x-1.5 of the module. Thank.
Comment #5
hansrossel commentedLooks ok and corresponds with the parameters list: https://payment-services.ingenico.com/ogone/support/~/media/kdb/integrat...
Comment #7
svendecabooterThank you for the patch & reviews.
Committed!
Comment #8
svendecabooter