Paul Chvostek wrote:
> If you want to accept an order but defer its processing, do you store
> the order information locally and retry it from scratch, or is there a
> way to push an order into the Pending Orders queue rather than process
> it immediately with action => "register"?
>
> I can't find any reference to anything like action => "pend", and the
> API documentation doesn't give any hints.
In the sw_register command set:
handle => "process"
or
handle => "save"
should do what you want.
As for actually processing saved transactions, I think that's an
RWI-only feature. Too bad.
- Colin
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:41 EDT