Hello
I must prohibit access to a specific payment method if the amount of the order is less than a certain value.
I was thinking of using HidePaymentMethod (IList <ShoppingCartItem> cart) but the shoppingCartItem has no amount.
What is the best way to access the order and the total amount from HidePaymentMethod?
Thank you, sincerely,
Régis