copyTheMerchantCodeAndHeadToSedadToPayTheAmount method
No description provided for @copyTheMerchantCodeAndHeadToSedadToPayTheAmount.
In en, this message translates to: 'Copy the {identifier} and head to {paymentMethod} to pay the amount'
Implementation
@override
String copyTheMerchantCodeAndHeadToSedadToPayTheAmount(
Object identifier, Object paymentMethod) {
return 'انسخ $identifier التاجر وتوجه إلى $paymentMethod لدفع المبلغ';
}