@varsityvibe/api-client
Advanced tools
+1
-1
| { | ||
| "name": "@varsityvibe/api-client", | ||
| "description": "API client for the Varsity Vibe web and mobile apps", | ||
| "version": "1.3.33", | ||
| "version": "1.3.34", | ||
| "author": "Tiaan du Plessis <tiaanduplessis@hotmail.com>", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -48,4 +48,4 @@ import client from '../utils/fetch-client' | ||
| getMerchantDetails (merchantId, config = {}) { | ||
| return client.get(`/v3/merchant/${merchantId}/offers `, config) | ||
| return client.get(`/v3/merchant/${merchantId}/offers`, config) | ||
| } | ||
| } |
205448
0