Browse Source

#32695 receiver id type

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

1
TPServices/GuavaPayRemit/Services/GuavaPayAPI.cs

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

Loading…
Cancel
Save