paypal / paypal-ios

One merchant integration point for all of PayPal's services
Apache License 2.0
59 stars 27 forks source link

Fixed Production GraphQLURL #218

Closed quintonpryce closed 9 months ago

quintonpryce commented 11 months ago

Reason for Changes

This pull request addresses the need to update the graphQLURL to the proper live URL. The current URL in the codebase is either outdated or points to a development/staging environment, which is not suitable for the production build.

Summary of Changes

Checklist

Authors

KunJeongPark commented 11 months ago

Oh my! It looks like a typo on our end. I looked elsewhere in our codebase and I think url without "www." is resolved automatically.

But I think this change is good for clarity.

Thank you for your contribution!

Update 11/15/23 - I am checking with the team to make sure that these are interchangeable. According to a team member, adding www subdomain prevents a redirect. I am double checking to test both of these in live environment. Thank you!

scannillo commented 9 months ago

Closing this PR due to inactivity, and the specified URLs are working as expected.