crevillo / payum-redsys

MIT License
16 stars 17 forks source link

SHA256 Migration #25

Closed crevillo closed 8 years ago

crevillo commented 8 years ago

Redsys is chaging its encryption algorithm. From 23rd (supposedly) all request made with sha1 will no longer work and all commerce using redsys payment are advised to migrate to this new encryption way.

Basically there are changes in what you send to the bank and what you received to the bank. before you were sending everything but now you can only send three things,

The bank will reply with a signed request and after decoding it you can get the Ds_Response need to work with the GetHumanStatus Action. (Before Ds_Response were received as a post param)

ping @makasim

makasim commented 8 years ago

:+1:

crevillo commented 8 years ago

so, ok to merge? don't wanna review it? lot of changes but it works :)

crevillo commented 8 years ago

btw, should we tag this somehow?

makasim commented 8 years ago

so, ok to merge? don't wanna review it? lot of changes but it works :)

I did reviewed it.

crevillo commented 8 years ago

ok then. thank you!

makasim commented 8 years ago

you can tag it 1.0.0-BETA1

crevillo commented 8 years ago

thanks @makasim