Skip to content

Commit

Permalink
fix: reverted removed products endpoint query param
Browse files Browse the repository at this point in the history
  • Loading branch information
dkremniov-bc committed Jul 3, 2023
1 parent dc753c0 commit 130fe3f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ export default ({ authorizedGet, authorizedPost, authorizedPut, nabuUrl }) => {

const fetchProductEligibilityForUser = (): ProductEligibilityForUser =>
authorizedGet({
data: {
product: 'SIMPLEBUY'
},
endPoint: `/products`,
url: nabuUrl
})
Expand Down

0 comments on commit 130fe3f

Please sign in to comment.