Skip to content

Commit

Permalink
fix(billing): create redirection from state mean to payment (#9888)
Browse files Browse the repository at this point in the history
ref: DTRSD-119501

Signed-off-by: Guillaume Hyenne <[email protected]>
  • Loading branch information
ghyenne authored Aug 28, 2023
1 parent cd81b49 commit a860ece
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ export default /* @ngInject */ ($stateProvider) => {
$translate.instant('billing_payment_title'),
},
});

$stateProvider.state(`${name}.mean`, {
url: '/mean',
redirectTo: `${name}.method`,
});
};

0 comments on commit a860ece

Please sign in to comment.