Skip to content

Commit

Permalink
fix: consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mansaj committed Jul 18, 2024
1 parent 95afc7f commit b1ad919
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_ACCOUNT_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 b1ad919

Please sign in to comment.