Skip to content

Commit

Permalink
Merge pull request #5924 from blockchain/fix/revert-removed-products-…
Browse files Browse the repository at this point in the history
…endpoint-query-param

fix: reverted removed products endpoint query param
  • Loading branch information
TheLeoB authored Jul 3, 2023
2 parents dc753c0 + 130fe3f commit ac809f8
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 ac809f8

Please sign in to comment.