Skip to content

Commit

Permalink
Add purchaseVersion 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Dec 18, 2023
1 parent 0d3c5d5 commit 595861d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 595861d

Please sign in to comment.