lexik / LexikPayboxBundle

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

Support for Paybox Direct (plus) #37

Closed LouTerrailloune closed 9 years ago

LouTerrailloune commented 10 years ago

Anyone interested with the creation of a new service to handle this service ?

soullivaneuh commented 10 years ago

Probably interested if I have to implemented for a future project.

In this case, I maybe can contribute for it ! ;)

LouTerrailloune commented 10 years ago

I have a WIP version in my fork. (no documentation). I will try to make a PR.

Olineuve commented 9 years ago

Ok, it's a bit late... but I added Direct Plus support on v1.1.0 I haven't added all the documentation yet, but your can choose your transport class. I made a transport class that uses Buzz.

// config.yml lexik_paybox: ... transport: Lexik\Bundle\PayboxBundle\Transport\BuzzTransport

soullivaneuh commented 8 years ago

@Olineuve maybe can you share some code samples for usage in addition of the configuration?