Browse Source

#32695 guavapay (add Bank code)

staging^2
Dinesh 4 weeks ago
parent
commit
07562724e1
  1. 1
      TPServices/GuavaPayRemit/Model/GuavaPayModel.cs
  2. 1
      TPServices/GuavaPayRemit/Services/GuavaPayAPI.cs

1
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

1
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,

Loading…
Cancel
Save