Commit 5cef7581 by Solo Group

auto-push

1 parent b9119ea9
...@@ -77,7 +77,8 @@ class VendorClass(object): ...@@ -77,7 +77,8 @@ class VendorClass(object):
if typ == 'inquiry': if typ == 'inquiry':
self.invoice_det.inquiry = dict(request=self.request, self.invoice_det.inquiry = dict(request=self.request,
response=self.response) response=self.response,
result=self.result)
elif typ == 'payment': elif typ == 'payment':
self.invoice_det.payment = dict(request=self.request, self.invoice_det.payment = dict(request=self.request,
response=self.response, response=self.response,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!