@obb871001/api-integration-sdk 1.0.247 → 1.0.249
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.cjs +1 -1
- package/dist/index.js +3 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7954,11 +7954,10 @@ const Jr = /* @__PURE__ */ qi(Zr), Ir = ({
|
|
|
7954
7954
|
[e]
|
|
7955
7955
|
), i = J(
|
|
7956
7956
|
async (m) => {
|
|
7957
|
-
const {
|
|
7957
|
+
const { type: l, code: r } = m;
|
|
7958
7958
|
return await e.post("/member/invoice", {
|
|
7959
|
-
|
|
7960
|
-
|
|
7961
|
-
donation: o
|
|
7959
|
+
type: l,
|
|
7960
|
+
code: r
|
|
7962
7961
|
});
|
|
7963
7962
|
},
|
|
7964
7963
|
[e]
|