LexikPayboxBundle
LexikPayboxBundle copied to clipboard
LexikPayboxBundle eases the implementation of the Paybox payment system
Do you think it's interesting to have default paybox request parameters in the config ? (like PBX_DEVISE, PBX_TYPEPAIEMENT, ...), this way we pass only changing parameters to the `setParameters()` function.
I used fake paybox's card in dev env, and I have a invalid signature : ``` [2013-01-16 17:05:32] request.INFO: Matched route "lexik_paybox_ipn" (parameters: "_controller": "Lexik\Bundle\PayboxBundle\Controller\DefaultController::ipnAction", "time": "1358352320", "_route": "lexik_paybox_ipn") []...
This PR fix the validation process to match specifications about the use of PBX_REPONDRE_A option or the use of the URL specified in paybox interface. In concrete, if you use...