Commit e3d14e66 by Tatang

typo

1 parent 616f530d
......@@ -22,7 +22,7 @@ class Vendor(VendorClass): # VendorClass
self.mid = 'np_mid' in settings and settings['np_mid'] or None
if self.pay_method == '06' and 'np_loan_mid' in settings and settings['np_loan_mid']:
self.mid = settings['np_load_mid']
self.mid = settings['np_loan_mid']
self.key = 'np_key' in settings and settings['np_key'] or None
self.url = 'np_url' in settings and settings['np_url'] or None
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!