lexik / LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
MIT License
40 stars 47 forks source link

How to use PayPal ? #78

Open yannissgarra opened 7 years ago

yannissgarra commented 7 years ago

Hi !

In ParameterResolver.php, there is an array of PBX_TYPECARTE allowed, with only some type... but not PayPal (and, in Paybox documentation (http://www1.paybox.com/wp-content/uploads/2016/08/ManuelIntegrationPayboxSystem_V7.1_FR.pdf), we have to set PBX_TYPEPAIEMENT and PBX_TYPECARTE to PAYPAL).

How to use this bundle to pay with PayPal ? In previous version, like in v1.0.3, there is not this array of allowed types (which was added by @Olineuve in commit ea2040f12c9ca73df21fdb2ed502e8ac78d41d55), so I could pay with PayPal, but with recent versions (that I have to use, cause of my symfony version), I can't... why ?

Thanks !