Frage

I created a offline payment method for admin. If I use that payment method to create an order means it showing as COD as the payment method type. But I want to make as Prepaid.

War es hilfreich?

Lösung

I get the solution by I changed the following code

/**
 * @var string
protected $_code            = 'prepaid';
/**
 * @var string
 */
protected $_gatewayCode      = 'prepaid';
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top