Hi,
We are implementing a custom CheckoutHandler. We are unsure about which functions we need to call to properly mananage the response of the transaction.
1) When the payment is approved: We use SetOrderComplete() and the order is displayed as completed but its name is "CART000" instead of "ORDER000". There are other candidates (SaveOrderComplete, UpdateCartToOrder, UpdateExistOrderFromCartToOrder). What are their differences and which ones should we use?
2) When the payment is rejected: We use Errors.Add(the_error) and DowngradeToCart(). Do we need to add any other function?
Regards,
Tomas