문제

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.

도움이 되었습니까?

해결책

I get the solution by I changed the following code

/**
 * @var string
protected $_code            = 'prepaid';
/**
 * @var string
 */
protected $_gatewayCode      = 'prepaid';
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top