Skip to content

Commit 4a36ef0

Browse files
committed
Migrate to new shared accounts logic, and handle unavailable pricing
Previously, the pricing request was run repeatedly until success, but if it never succeeded, then opening the plan picker would crash the UI. We now work around that cleanly instead.
1 parent 26a4f21 commit 4a36ef0

File tree

8 files changed

+236
-560
lines changed

8 files changed

+236
-560
lines changed

package-lock.json

Lines changed: 118 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@fortawesome/free-regular-svg-icons": "^5.12.1",
4545
"@fortawesome/free-solid-svg-icons": "^5.12.1",
4646
"@fortawesome/react-fontawesome": "^0.1.8",
47+
"@httptoolkit/accounts": "^1.0.0",
4748
"@httptoolkit/auth0-lock": "^11.26.3",
4849
"@httptoolkit/httpsnippet": "^2.1.1",
4950
"@open-rpc/meta-schema": "^1.14.2",
@@ -87,7 +88,6 @@
8788
"@vx/shape": "^0.0.199",
8889
"ajv": "^8.12.0",
8990
"ajv-formats": "^2.1.1",
90-
"async-mutex": "^0.1.3",
9191
"auth0-js": "^9.13.2",
9292
"base64-arraybuffer": "^0.2.0",
9393
"d3-scale": "^4.0.2",

0 commit comments

Comments
 (0)