diff --git a/GMERemittance/Info.plist b/GMERemittance/Info.plist index 715bb4b4..2d5a1cb9 100644 --- a/GMERemittance/Info.plist +++ b/GMERemittance/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1 + 2 Fabric APIKey diff --git a/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift b/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift index 4434d939..4fd89485 100644 --- a/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift +++ b/GMERemittance/Module/SendMoney/SendMoneyReceipt/User Interface/View/SendMoneyReceiptViewController.swift @@ -134,8 +134,6 @@ class SendMoneyReceiptViewController: UIViewController { let fullName = firstName + " " + middleName + " " + lastName self.fullnameLabel.text = fullName self.transactionDateLabel.text = reciept?.transactionDate -// self.transactionNoLabel.text = self.reciept?.transactionId - self.relationLabel.text = self.reciept?.collAmount self.addressLabel.text = self.reciept?.rAddress self.mobileNoLabel.text = self.reciept?.rContactNo @@ -149,7 +147,7 @@ class SendMoneyReceiptViewController: UIViewController { self.transferFeeLabel.text = self.reciept?.serviceCharge self.exchangeRateLabel.text = self.reciept?.exRate - self.totalAmountLabel.text = self.reciept?.collAmount + self.totalAmountLabel.text = self.reciept?.payoutAmount let controlNo = self.reciept?.controNo ?? "" self.gmeControlNumberLabel.text = "GME Control No: " + controlNo let totalAmount = self.reciept?.payoutAmount ?? "" diff --git a/GMERemittance/Recipient/RecipientListTableViewCell.swift b/GMERemittance/Recipient/RecipientListTableViewCell.swift index fdeddd48..b65e00b5 100644 --- a/GMERemittance/Recipient/RecipientListTableViewCell.swift +++ b/GMERemittance/Recipient/RecipientListTableViewCell.swift @@ -22,7 +22,7 @@ class RecipientListTableViewCell: UITableViewCell { func setup() { - let name = model?.getFullName() + let name = model?.firstName labelRecipientName.text = name labelInitial.text = name?.prefix(1).uppercased() labelInitial.layer.cornerRadius = labelInitial.frame.size.width/2 diff --git a/GMERemittance/_Home/_Home.storyboard b/GMERemittance/_Home/_Home.storyboard index 1d1aaede..f2e127a7 100644 --- a/GMERemittance/_Home/_Home.storyboard +++ b/GMERemittance/_Home/_Home.storyboard @@ -47,7 +47,7 @@