Browse Source

#32695 receiver id type

GuavaPay
Dinesh 2 weeks ago
parent
commit
8e050f2280
  1. 3
      TPServices/GuavaPayRemit/Services/GuavaPayAPI.cs

3
TPServices/GuavaPayRemit/Services/GuavaPayAPI.cs

@ -210,7 +210,8 @@ namespace TPApiServices.GuavaPayRemit.Services
LastName = model.Receiver.RLastName,
Phone = model.Receiver.RMobile,
documentInfo = new DocumentInfo
{
{
DocumentType = model.Receiver.RIdType,
DocumentNumber = model.Receiver.RIdNo
},
accountInfo = new AccountInfo

Loading…
Cancel
Save