Skip to content

Commit

Permalink
fix(billing): fix redirection to autorenew activation modal
Browse files Browse the repository at this point in the history
ref: MANAGER-16764

Signed-off-by: Jacques Larique <[email protected]>
  • Loading branch information
Jacques Larique committed Jan 17, 2025
1 parent 41ae4e6 commit a8261b0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
data-ng-if="!$ctrl.defaultPaymentMean"
data-translate="billing_autorenew_service_renew_requires_mean_and_date"
></p>
<p data-ng-if="$ctrl.defaultPaymentMean && !nicRenew.active">
<p data-ng-if="$ctrl.defaultPaymentMean && !$ctrl.nicRenew.active">
<span data-ng-if="$ctrl.choiceRenewDayTooltipAvailable">
<span
data-translate="billing_autorenew_service_activate_alert_renew2016"
Expand All @@ -69,7 +69,6 @@
data-ng-href="{{:: $ctrl.activationLink }}"
class="oui-link"
data-translate="billing_autorenew_service_enable_autorenew"
target="_top"
>
</a>
</p>
Expand Down

0 comments on commit a8261b0

Please sign in to comment.