@obb871001/api-integration-sdk 1.0.265 → 1.0.267
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7405,10 +7405,10 @@ const To = /* @__PURE__ */ ut(ho), ko = ({
|
|
|
7405
7405
|
...e
|
|
7406
7406
|
});
|
|
7407
7407
|
}, xm = ({ options: e } = {}) => {
|
|
7408
|
-
const {
|
|
7408
|
+
const { currency: r } = re(), { memberTransferApi: t } = ce();
|
|
7409
7409
|
return de({
|
|
7410
7410
|
mutationKey: ["memberTransfer"],
|
|
7411
|
-
mutationFn: async (
|
|
7411
|
+
mutationFn: async (n) => t({ ...n, currency: r }),
|
|
7412
7412
|
...e
|
|
7413
7413
|
});
|
|
7414
7414
|
}, Sm = ({
|