diff --git a/TPServices/GuavaPayRemit/Model/GuavaPayModel.cs b/TPServices/GuavaPayRemit/Model/GuavaPayModel.cs index adfcbf5..c5a9aa7 100644 --- a/TPServices/GuavaPayRemit/Model/GuavaPayModel.cs +++ b/TPServices/GuavaPayRemit/Model/GuavaPayModel.cs @@ -69,6 +69,7 @@ namespace TPApiServices.GuavaPayRemit.Model public string AccountNumber { get; set; } public string BankName { get; set; } public string BankBranchCode { get; set; } + public string BankCode { get; set; } } public class SendTransactionResponse diff --git a/TPServices/GuavaPayRemit/Services/GuavaPayAPI.cs b/TPServices/GuavaPayRemit/Services/GuavaPayAPI.cs index 4c454fa..7f14d2a 100644 --- a/TPServices/GuavaPayRemit/Services/GuavaPayAPI.cs +++ b/TPServices/GuavaPayRemit/Services/GuavaPayAPI.cs @@ -218,6 +218,7 @@ namespace TPApiServices.GuavaPayRemit.Services AccountNumber = model.Receiver.UnitaryBankAccountNo,// "1312431424141414", BankName = model.Agent.PBankName, //"MeezanBank" BankBranchCode = model.Agent.PAgentName, + BankCode = model.Agent.PBranchId } }, Country = model.Receiver.RNativeCountry,