Commit adff4bb1 by vm.dev

test response inq to db

1 parent a0d578ad
......@@ -59,9 +59,11 @@ class View(BaseView):
bit_003=iso.data["processingCode"])
try:
data = iso.data["additionalData"]
profile = FixLength(INVOICE_PROFILE)
profile.set_raw(data)
iso_log.bit_062_data = profile.to_dict()
if data:
log_web_debug(data)
profile = FixLength(INVOICE_PROFILE)
profile.set_raw(data)
iso_log.bit_062_data = profile.to_dict()
except BitNotSet:
pass
return iso_log
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!