Don't ask why I'm asking but does anybody know what the effect of not calling the ValidateOrderDetails subroutine in perl scripts to do with the cart and instead doing
my ($Status, $Message, $pFailures) = ( $::SUCCESS , '' , {} );
is?
Thanks
my ($Status, $Message, $pFailures) = ( $::SUCCESS , '' , {} );
is?
Thanks
Comment