Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. 1. follow up payment via addpayment dialog
  2.  
  3. Actual result:
  4. - payment is not added;
  5.  
  6. in db :
  7.  
  8. - initial payment(green)
  9. - attempts of follow up payments(yellow)
  10.  
  11.  
  12.  
  13. 2. follow up payment via Convert
  14.  
  15. Status: EMessage: The following error occured: System.NullReferenceException: Object reference not set to an instance of an object.
  16.  
  17. at Resco.ResServer.CConvertTokenPaymentWireCard.ProcessTokenPayment(SelectMerchantDataForPaymentDataTable poDtbMerchant) in S:\repos\Shore\Source8\RescoRules\ResServer\CConvertTokenPaymentWireCard.vb:line 125
  18. at Resco.ResServer.CConvertTokenPayment.ProcessTokenPayment(Int32 pnSettlementId, Decimal pnAmount) in S:\repos\Shore\Source8\RescoRules\ResServer\CConvertTokenPayment.vb:line 99
  19. at Resco.ResServer.CLogicPayment.AddSale(Boolean pbOnline, ModifyRegisteredPaymentDataTable poDtbPayment, ModifyPaymentSettlementDataTable poDtbSettlement, ModifyPaymentFolioDataTable poDtbPaymentFolio) in S:\repos\Shore\Source8\RescoRules\ResServer\CLogicPayment.vb:line 1107
  20. at Resco.ResServer.CLogicPayment.AddTokenPayment(ModifyRegisteredPaymentDataTable poDtbPayment, ModifyPaymentSettlementDataTable poDtbSettlement, ModifyPaymentFolioDataTable poDtbPaymentFolio) in S:\repos\Shore\Source8\RescoRules\ResServer\CLogicPayment.vb:line 404
  21. at ResWebConvert.CRequestPayment.ProcessTokenPayment(ModifyRegisteredPaymentDataTable poDtbPyr, ModifyPaymentSettlementDataTable poDtbPys, ModifyPaymentFolioDataTable poDtbPyf) in S:\repos\Shore\Source8\RescoWeb\-ResWebConvert\CRequestPayment.vb:line 702
  22. at ResWebConvert.CRequestPayment.ProcessAddPayment(XmlNode pxPayment) in S:\repos\Shore\Source8\RescoWeb\-ResWebConvert\CRequestPayment.vb:line 647
  23. at ResWebConvert.CRequestPayment.AddPayment(XmlDocument pxDoc) in S:\repos\Shore\Source8\RescoWeb\-ResWebConvert\CRequestPayment.vb:line 76
  24. at ResWebConvert.InterfaceResco.ProcessReqAddPayment(XmlDocument pxDoc) in S:\repos\Shore\Source8\RescoWeb\-ResWebConvert\InterfaceResco.aspx.vb:line 1112
  25. at ResWebConvert.InterfaceResco.ProcessPostData(String psData) in S:\repos\Shore\Source8\RescoWeb\-ResWebConvert\InterfaceResco.aspx.vb:line 363
  26. <?xml version="1.0"?> <!-- Current Database index: 5 -->
  27. <ResAddPayment>
  28. <Result>
  29. <Status>E</Status>
  30. <Message>The following error occured: System.NullReferenceException: Object reference not set to an instance of an object.
  31.  
  32.  
  33.  
  34. 3. warnings
  35.  
  36.  
  37. 3>S:\repos\Shore\Source8\RescoRules\ResServer\CConvertTokenPaymentWireCard.vb(121,17): warning BC42024: Unused local variable: 'oDtbAuthorisation'.
  38. 3>S:\repos\Shore\Source8\RescoRules\ResServer\CConvertTokenPaymentWireCard.vb(122,17): warning BC42024: Unused local variable: 'nAuthorisationId'.
  39. 3>S:\repos\Shore\Source8\RescoRules\ResServer\CConvertTokenPaymentWireCard.vb(123,17): warning BC42024: Unused local variable: 'sMainTransactionId'.
  40. 3>S:\repos\Shore\Source8\RescoRules\ResServer\CConvertTokenPaymentWireCard.vb(148,32): warning BC42024: Unused local variable: 'nAuthorisationId'.
  41. 3>S:\repos\Shore\Source8\RescoRules\ResServer\CConvertTokenPaymentWireCard.vb(152,36): warning BC42024: Unused local variable: 'sResponseString'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement