|
|
I'm not sure why cybercash was given a date/time ID instead of the OrderID,
but if you'd like to have them both be the same:
In 3.14: At line 218 of order.pm (or there abouts) change "$orderID = ...;"
to "$orderID = $::Values->{mv_order_number} + 1;"
--Aaron