@invoice-sdk/widget 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3408,13 +3408,13 @@ function bQ(A, g, C) {
|
|
|
3408
3408
|
A.appendChild(E);
|
|
3409
3409
|
let f = 1, e = Q[0], D = {
|
|
3410
3410
|
merchantId: (C == null ? void 0 : C.merchantId) || "",
|
|
3411
|
-
taxCode: (C == null ? void 0 : C.taxCode) || "
|
|
3411
|
+
taxCode: (C == null ? void 0 : C.taxCode) || "",
|
|
3412
3412
|
accessToken: (C == null ? void 0 : C.accessToken) || "",
|
|
3413
3413
|
email: (C == null ? void 0 : C.email) || "",
|
|
3414
3414
|
phone: (C == null ? void 0 : C.phone) || "",
|
|
3415
3415
|
representative: "",
|
|
3416
3416
|
license: null,
|
|
3417
|
-
companyName: "",
|
|
3417
|
+
companyName: C.companyName || "",
|
|
3418
3418
|
position: "",
|
|
3419
3419
|
address: {
|
|
3420
3420
|
country: "VN",
|