Skip to content

Commit

Permalink
Merge pull request #4828 from mozilla/fix-account-uri
Browse files Browse the repository at this point in the history
MNTOR-3344: use account uri
  • Loading branch information
mansaj authored Jul 18, 2024
2 parents c264e69 + b1ad919 commit e7b4ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/fxa.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async function getSubscriptions(bearerToken) {
*/

async function getBillingAndSubscriptions(bearerToken) {
const subscriptionIdUrl = `${process.env.OAUTH_API_URI}/oauth/mozilla-subscriptions/customer/billing-and-subscriptions`
const subscriptionIdUrl = `${AppConstants.OAUTH_ACCOUNT_URI}/oauth/mozilla-subscriptions/customer/billing-and-subscriptions`

try {
const getResp = await fetch(subscriptionIdUrl, {
Expand Down

0 comments on commit e7b4ad1

Please sign in to comment.