diff --git a/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift b/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift index 31a9531c..51d1bef4 100644 --- a/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift +++ b/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift @@ -155,9 +155,9 @@ class SendMoneyReceiptViewController: UIViewController { let controlNo = self.reciept?.controNo ?? "" self.gmeControlNumberLabel.text = "GME Control No: " + controlNo let totalAmount = self.reciept?.payoutAmount ?? "" - let _totalAmt = Utility.getCommaSeperatedString(numberString: totalAmount) ?? "" - self.totalAmountLabel.text = _totalAmt - self.totalAmountHeaderLabel.text = "Total Payout Amount: \(_totalAmt)" +// let _totalAmt = Utility.getCommaSeperatedString(numberString: totalAmount) ?? "" + self.totalAmountLabel.text = totalAmount + self.totalAmountHeaderLabel.text = "Total Payout Amount: \(totalAmount)" } }