You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacopo Cappellato <ti...@sastau.it> on 2007/04/13 11:31:35 UTC

Question about paymentReleaseInterface in parameters

I've noticed that (at least in the Rita and Payflow processors) the 
payflowCCVoid service (that implements the paymentReleaseInterface) 
expects the "authTrans" IN parameter; however the parameter is not 
defined in the paymentReleaseInterface or in the payflowCCVoid service 
definitions... so I guess it is really a bug.
What is the best fix?
Add the parameter to the paymentReleaseInterface or only to the specific 
payflowCCVoid (and also the one for Rita)?

Jacopo



Re: Question about paymentReleaseInterface in parameters

Posted by Jacopo Cappellato <ti...@sastau.it>.
David,

thanks for your feedback.
I've added the parameter in rev 528768

Jacopo


David E. Jones wrote:
> 
> Without looking at it my guess would be that the authorization 
> transaction ID is necessary for this operation, so not sure how things 
> could work without it and yeah it should be in the interface.
> 
> I'm just guessing here... but the void services must not be used much... ;)
> 
> -David
> 
> 
> On Apr 13, 2007, at 3:31 AM, Jacopo Cappellato wrote:
> 
>> I've noticed that (at least in the Rita and Payflow processors) the 
>> payflowCCVoid service (that implements the paymentReleaseInterface) 
>> expects the "authTrans" IN parameter; however the parameter is not 
>> defined in the paymentReleaseInterface or in the payflowCCVoid service 
>> definitions... so I guess it is really a bug.
>> What is the best fix?
>> Add the parameter to the paymentReleaseInterface or only to the 
>> specific payflowCCVoid (and also the one for Rita)?
>>
>> Jacopo
>>
>>
> 



Re: Question about paymentReleaseInterface in parameters

Posted by "David E. Jones" <jo...@hotwaxmedia.com>.
Without looking at it my guess would be that the authorization  
transaction ID is necessary for this operation, so not sure how  
things could work without it and yeah it should be in the interface.

I'm just guessing here... but the void services must not be used  
much... ;)

-David


On Apr 13, 2007, at 3:31 AM, Jacopo Cappellato wrote:

> I've noticed that (at least in the Rita and Payflow processors) the  
> payflowCCVoid service (that implements the paymentReleaseInterface)  
> expects the "authTrans" IN parameter; however the parameter is not  
> defined in the paymentReleaseInterface or in the payflowCCVoid  
> service definitions... so I guess it is really a bug.
> What is the best fix?
> Add the parameter to the paymentReleaseInterface or only to the  
> specific payflowCCVoid (and also the one for Rita)?
>
> Jacopo
>
>