|
|
Had just that happen to me last night. What I'm using now is:
$orderID = sprintf("%02d%02d%02d%02d%02d%05d%s",
$::Values->{mv_order_number} + 1,'000',$mon +
1,$mday,$hour,$min,$sec);
that will keep me from skipping orders and being that I have the
cybercashID included in the order reports, I think I'll be ok.
--Aaron