fix: eway bill version changed to 1.0.0421 (#27044)

This commit is contained in:
Subin Tom 2021-08-23 11:17:31 +05:30 committed by GitHub
parent 7d627df4db
commit 8b2fe9e793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,7 +475,7 @@ def get_ewb_data(dt, dn):
ewaybills.append(data)
data = {
'version': '1.0.1118',
'version': '1.0.0421',
'billLists': ewaybills
}