-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(billing): move the code to the new app #14386
Conversation
> | ||
<ovh-payment-method-integration | ||
data-on-initialized="$ctrl.onPaymentMethodIntegrationInitialized.bind($ctrl)" | ||
data-on-submit="$ctrl.onPaymentMethodIntegrationSubmit.bind($ctrl)" |
Check failure
Code scanning / SonarCloud
OVH keys should not be disclosed High
@@ -98,6 +100,7 @@ export default async (containerEl, shellClient) => { | |||
|
|||
const defaultErrorHandler = /* @ngInject */ ($state) => { | |||
$state.defaultErrorHandler((error) => { | |||
console.log(error); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleanup needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleaned
7e0fd8a
to
65585a6
Compare
ref: MANAGER-15025 Signed-off-by: Maxime Bajeux <[email protected]>
ref: MANAGER-15025 Signed-off-by: Maxime Bajeux <[email protected]>
ref: MANAGER-15025 Signed-off-by: Maxime Bajeux <[email protected]>
cce9806
to
b0ec63c
Compare
ref: MANAGER-15025 Signed-off-by: Maxime Bajeux <[email protected]>
ref: MANAGER-15026 Signed-off-by: Maxime Bajeux <[email protected]>
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
ref: MANAGER-15025 Signed-off-by: Maxime Bajeux <[email protected]>
master
Description
Related