@opexa/portal-sdk 0.0.220 → 0.0.222
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5669,11 +5669,12 @@ var Sdk = class {
|
|
|
5669
5669
|
if (!res.ok) return res;
|
|
5670
5670
|
}
|
|
5671
5671
|
if (input.type === "MANUAL_UPI") {
|
|
5672
|
-
const res = await this.walletService.
|
|
5672
|
+
const res = await this.walletService.createManualUPIDeposit({
|
|
5673
5673
|
input: {
|
|
5674
5674
|
id,
|
|
5675
5675
|
amount: input.amount.toString(),
|
|
5676
5676
|
reference: input.reference,
|
|
5677
|
+
referenceImage: input.referenceImage,
|
|
5677
5678
|
promo: input.promo
|
|
5678
5679
|
},
|
|
5679
5680
|
reCAPTCHAResponse: input.reCAPTCHAResponse
|