rockandror / redsys-rails

Una gema de Ruby para la comunicación con la plataforma de pago de Redsys
MIT License
13 stars 19 forks source link

Wrong 'order' parameter format and missing parameters #8

Closed azaceta closed 8 years ago

azaceta commented 8 years ago

The order parameter shouldn't be an integer but a string as per the specification of the Redsys Gateway

first 4 position should be numbers, the rest up to 12 positions will be ASCII characters from these ranges:: 30 (0) - 39 (9), 65 (A) - 90 (Z), 97 (a) - 122 (z)

It would be also interesting (if not required) being able to pass parameters for the merchant name and the product description to the gateway.

azaceta commented 8 years ago

This has been already fixed, tested and merged