@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.
@@ -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.giftVoucherVerificationKey(params, sessionId);
147
+ return this.giftVoucherModule.giftVoucherReservation(params, sessionId);
148
148
  }
149
149
  async giftVoucherUsed(params, sessionId) {
150
150
  return this.giftVoucherModule.giftVoucherUsed(params, sessionId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotdev/harmony-sdk",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "description": "Harmony API SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",