You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jacopo Cappellato <ti...@sastau.it> on 2006/09/19 22:22:14 UTC

Question on order entry and cc auth

Hi all,

and sorry for the silly question... but I don't know how I could test 
this: if during order entry (not ecommerce) I select a cc as payment 
option and the cc authorization fails, is the order created anyway?

Thanks,

Jacopo



Re: Question on order entry and cc auth

Posted by Jacopo Cappellato <ti...@sastau.it>.
Thanks

David E Jones wrote:
> 
> The easiest way to test this is to configure the ProductStore to use the 
> always fail authorize service (in services_paymentmethod.xml), and there 
> are other services there for testing other things.
> 
> In the back-end I'm not sure exactly what it will do. In both ecommerce 
> and the order manager I believe it _does_ create the order, but in a 
> rejected status. It will also keep track of the original try order's ID 
> in the ShoppingCart and attach that to subsequent tries so that they can 
> be tied together.
> 
> -David
> 
> 
> On Sep 19, 2006, at 2:22 PM, Jacopo Cappellato wrote:
> 
>> Hi all,
>>
>> and sorry for the silly question... but I don't know how I could test 
>> this: if during order entry (not ecommerce) I select a cc as payment 
>> option and the cc authorization fails, is the order created anyway?
>>
>> Thanks,
>>
>> Jacopo
> 


Re: Question on order entry and cc auth

Posted by David E Jones <jo...@undersunconsulting.com>.
The easiest way to test this is to configure the ProductStore to use  
the always fail authorize service (in services_paymentmethod.xml),  
and there are other services there for testing other things.

In the back-end I'm not sure exactly what it will do. In both  
ecommerce and the order manager I believe it _does_ create the order,  
but in a rejected status. It will also keep track of the original try  
order's ID in the ShoppingCart and attach that to subsequent tries so  
that they can be tied together.

-David


On Sep 19, 2006, at 2:22 PM, Jacopo Cappellato wrote:

> Hi all,
>
> and sorry for the silly question... but I don't know how I could  
> test this: if during order entry (not ecommerce) I select a cc as  
> payment option and the cc authorization fails, is the order created  
> anyway?
>
> Thanks,
>
> Jacopo