-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(auth): pass App Store Server API error message to registration en…
…dpoint caller Because: * When migrating existing Apple IAP users, some users failed to migrate, and any App Store Server API error we got would be transformed into a 400 "Invalid token" with no additional details. This commit: * Passes the exact App Store Server API error message to the registration endpoint caller, which will indicate if the error is retryable for example. Closes #FXA-6459
- Loading branch information
1 parent
f28856c
commit d422909
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters