mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 17:08:18 +00:00
eims integration master test complete
This commit is contained in:
@@ -35,8 +35,14 @@ export const eimsInvoiceConfig = (over: Partial<EimsInvoiceConfig> = {}): EimsIn
|
||||
buyerCountryCode: null,
|
||||
buyerRegionCodes: { "Addis Ababa": "13" },
|
||||
buyerWeredaCodes: { Yeka: "99" }, // test-only, not a real MoR code
|
||||
taxCodeByChargeType: {},
|
||||
taxRateByChargeType: {},
|
||||
exciseByChargeType: {},
|
||||
discountByChargeType: {},
|
||||
cashierName: null,
|
||||
salesPersonName: null,
|
||||
buyerIdType: null,
|
||||
buyerIdNumber: null,
|
||||
...over,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user