1. When click “pay card” on the retail Cart View panel, and then input a credit card (VISA) number, and then click the button to pay it, an error message will pop-up to say this card type is not support. That is because you have deleted VISA from card setup from “Cards(3)”, but added it into new “card two(22)”.
2.The correct way to use your new created payment method “card two” is to click Amout Due, and select ‘Card Two’, and then input VISA card number, then payment successfully.
public getCardTypesByTenderTypeId(tenderTypeId: string): Proxy.Entities.CardTypes[] {
return Application.Context...().filter(tenderTypeId);
}