-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dedicated): add alert on hosting renewal deactivation (#13612)
ref: MANAGER-14599 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]> Co-authored-by: CDS Translator Agent <[email protected]>
- Loading branch information
1 parent
c50f80a
commit 50356a4
Showing
13 changed files
with
71 additions
and
8 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...ger/modules/billing/src/autoRenew/actions/update/manualPayment/manualPayment.component.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
import template from './manualPayment.html'; | ||
import controller from './manualPayment.controller'; | ||
|
||
export default { | ||
bindings: { | ||
service: '<', | ||
}, | ||
controller, | ||
template, | ||
}; |
2 changes: 2 additions & 0 deletions
2
...ger/modules/billing/src/autoRenew/actions/update/manualPayment/manualPayment.constants.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export const GUIDE_LINK = | ||
' https://help.ovhcloud.com/csm/fr-web-hosting-faq?id=kb_article_view&sysparm_article=KB0052676'; |
8 changes: 8 additions & 0 deletions
8
...er/modules/billing/src/autoRenew/actions/update/manualPayment/manualPayment.controller.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { GUIDE_LINK } from './manualPayment.constants'; | ||
|
||
export default class { | ||
$onInit() { | ||
this.GuideLink = GUIDE_LINK; | ||
this.showAlertBanner = this.service.isHostingWeb; | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...ges/manager/modules/billing/src/autoRenew/actions/update/manualPayment/manualPayment.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters