Adding custom payment method for info purpose
1. Add PaymentMethodConfigurations.xml <PaymentMethodConfiguration humanEditable="true" maximumAmount="Unbounded" minimumAmount="0" name="MyPaymentAccountOffline" partiallyConsumable="true" paymentSystemName="SimpleOffline" priority="LOW" refundAllowed="false" systemEditable="true"/> 2. Add PaymentMappings.xml <Mapping paymentActionRule="Early Approval" paymentConfiguration="MyPaymentAccountOffline" paymentMethod="MyPaymentAccountOffline"/> 3. PaymentDeployment.xml : Used for protocol data to save in PPCEXTDATA <ProtocolProperties> <ProtocolProperty name="card_number" keep="true"/> <ProtocolProperty name="account" keep="true"/> <ProtocolProperty name="cc_brand" keep="true"/> <ProtocolProperty n...