ETSGlobal / ETSPaymentOgoneBundle

An Ogone provider for JMSPaymentCoreBundle
12 stars 16 forks source link

approve and deposit workflow #52

Open uwej711 opened 8 years ago

uwej711 commented 8 years ago

I want to use this bundle (v 1.2.7) to implement a payment workflow that first authorizes the payment and later deposits the authorized amount. It looks as if the payments are always executed with the default operation setup with the ogone account. I would expect to have the bundle pass the OPERATION parameter to ogone depending of the methods used for paying (i.e. operation RES for approve and operation SAL for deposit).

I can work on a PR or do I miss something?

ch3ric commented 8 years ago

Hello, Sorry for the late reply. I think it would be a good idea to work on this feature. It would be a pleasure to review and merge your code if you want to open a new PR. Thanks

uwej711 commented 8 years ago

I will try and see if I find the time. I have a rather adhoc implementation working now but that is based on 1.2.7 and I need to check how to get this working with master.

hmonglee commented 7 years ago

I'm interested by this feature too.