From 595861db919968ab4372ed7422137587c2376fe8 Mon Sep 17 00:00:00 2001 From: Rodri Sanchez Date: Mon, 18 Dec 2023 18:47:43 -0300 Subject: [PATCH] Add purchaseVersion 1.0.0 --- src/api/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api.js b/src/api/api.js index b0227d485..00497914f 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -519,7 +519,7 @@ class API { const headers = { Authorization: `Bearer ${authToken}`, requestOrigin, - newVersion: 'true' + purchaseVersion: '1.0.0' }; const { data } = await this.axiosInstance.get(`/subscriber/${userId}`, { headers