mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #10008 from overleaf/em-get-best-subscription-custom-accounts
Don't try to update custom accounts from Recurly GitOrigin-RevId: d67088e6616773d30c5972d5b583959c3dc0e508
This commit is contained in:
parent
bfb8aaffdd
commit
e6b0768021
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ async function getBestSubscription(user) {
|
|||
])
|
||||
if (
|
||||
individualSubscription &&
|
||||
!individualSubscription.customAccount &&
|
||||
individualSubscription.recurlySubscription_id &&
|
||||
!individualSubscription.recurly?.state
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue