diff --git a/accounting/test_accounting.py b/accounting/test_accounting.py index 78c6bd6..62e2efa 100644 --- a/accounting/test_accounting.py +++ b/accounting/test_accounting.py @@ -29,6 +29,7 @@ async def accounting(username): d = DictObject() d.customerid = customerid d.resellerid = '0' + d.providerid = 'none' d.action = 'PAY_REVERSE' if i % 2 ==0 else 'PAY' d.biz_date = curDateString() d.timestamp = timestampstr()