You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Vikas Mayur <vi...@gmail.com> on 2008/01/10 14:52:39 UTC

Payment Authorization

I was looking at the payment authorization service
(authOrderPaymentPreference) in PaymentGatewayServices which calls a
authPayment method.
This authPayment method is responsible for looking at
ProductStorePaymentSetting entity for the serviceName (service to authorize
payment) and the paymentConfig file.
After line number 517, PaymentGatewayServices I do not understand the
purpose of increasing the expire date, checking the field "resultBadExpire"
and calling this service again.
Can any body help me out ?

Thanks,
- Vikas