lexik / LexikPayboxBundle

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

3D-Secure v2 integration #97

Closed lucuhb closed 1 year ago

lucuhb commented 3 years ago

To comply the 3D-Secure v2 , Paybox added 2 new variables to send :

<?xml version="1.0" encoding="utf-8"?>
<shoppingcart>
 <total>
 <totalQuantity>15</totalQuantity>
 </total>
</shoppingcart>
<?xml version="1.0" encoding="utf-8"?>
<Billing>
 <Address>
 <FirstName>Jean</FirstName>
 <LastName>Dupont</LastName>
 <Address1>12 rue Paul Dautier</Address1>
 <ZipCode>78140</ZipCode>
 <City>Vélizy-Villacoublay</City>
 <CountryCode>250</CountryCode>
 </Address>
</Billing>

Is it possible to add these two new variables ? Thanks

acidjames commented 3 years ago

@lucuhb sorry, this project isn't maintained anymore

Astro-Otter-Space commented 1 year ago

Sorry for reup this topic, I need to add this feature also. If i'm forking the repo and apply https://github.com/lexik/LexikPayboxBundle/pull/98/files , does it enough?

acidjames commented 1 year ago

Bonjour @HamHamFonFon

Tu pourrais pull le répo suivant : https://github.com/EnMarche/LexikPayboxBundle

Ils ont l'air de continuer à le maintenir de leur côté.

bon courage à toi,

Astro-Otter-Space commented 1 year ago

J'ai récupéré le repo, mis dans le gitlab de mon entreprise et fait du cherry-pick des corrections dont j'ai besoin 👍