Skip to content

Commit

Permalink
fix: enable deprecated api graphqlBC to resolve issues related to obt…
Browse files Browse the repository at this point in the history
…aining user information
  • Loading branch information
kris-liu-smile committed Jul 31, 2023
1 parent ca06a89 commit 3007e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/shared/service/bc/graphql/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const getCustomer = () => `query customer {
}`

const getCustomerInfo = (): CustomFieldItems =>
B3Request.graphqlBCProxy({
B3Request.graphqlBC({
query: getCustomer(),
})

Expand Down

0 comments on commit 3007e9a

Please sign in to comment.