i don't understand why there is at line 345
<?php
if (isset($_POST['DATA'])) {
drupal_set_message(t('Error during order process, please, try again or contact administrator.'));
drupal_goto('cart');
return;
?>Why displaying a error when there is data from the bank? I disabled this part because it is not possible to see the good message just below who is : 'your order has been canceled' ou 'votre ordre a été annulé'. Am i wrong?
