@dotdev/harmony-sdk 1.28.0 → 1.28.1
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/HarmonyAPI.js +1 -1
- package/package.json +1 -1
package/dist/HarmonyAPI.js
CHANGED
|
@@ -144,7 +144,7 @@ export class HarmonyAPI {
|
|
|
144
144
|
return this.giftVoucherModule.giftVoucherVerificationKey(params, sessionId);
|
|
145
145
|
}
|
|
146
146
|
async giftVoucherReservation(params, sessionId) {
|
|
147
|
-
return this.giftVoucherModule.
|
|
147
|
+
return this.giftVoucherModule.giftVoucherReservation(params, sessionId);
|
|
148
148
|
}
|
|
149
149
|
async giftVoucherUsed(params, sessionId) {
|
|
150
150
|
return this.giftVoucherModule.giftVoucherUsed(params, sessionId);
|