Skip to content

Commit

Permalink
fix(billing.autorenew): catch if call to migration fails (#3686)
Browse files Browse the repository at this point in the history
ref: DTRSD-21279

Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored Sep 24, 2020
1 parent 6ec7b63 commit 367465e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default /* @ngInject */ ($stateProvider) => {
: 'app.account.billing.autorenew.configure-renew-impossible';
}
return null;
}),
})
.catch(() => null),
translations: { value: ['.'], format: 'json' },
resolve: {
addPaymentMean: /* @ngInject */ ($state) => () =>
Expand Down

0 comments on commit 367465e

Please sign in to comment.