-
Notifications
You must be signed in to change notification settings - Fork 15
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
portalicious: strings instead of numbers in query params #6328
Conversation
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.
Copilot reviewed 5 out of 16 changed files in this pull request and generated no comments.
Files not reviewed (11)
- interfaces/Portalicious/src/app/components/registration-page-layout/registration-page-layout.component.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/pages/project-registration-debit-cards/project-registration-debit-cards.page.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/components/registration-page-layout/components/registration-menu/registration-menu.component.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/domains/registration/registration.api.service.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/domains/metric/metric.api.service.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/services/auth.service.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/domains/registration/registration.helper.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/pages/project-payments/project-payments.page.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/domains/project/project.api.service.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/domains/payment/payment.api.service.ts: Evaluated as low risk
- interfaces/Portalicious/src/app/pages/project-registration-personal-information/project-registration-personal-information.page.ts: Evaluated as low risk
9baa4d5
to
bfb6da4
Compare
bfb6da4
to
cb2e40f
Compare
...cious/src/app/components/page-layout/components/payment-header/payment-header.component.html
Show resolved
Hide resolved
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.
LGTM, only thing that still looks a bit random to me is the 'readonly'ness of projectId
cb2e40f
to
9fb5697
Compare
AB#32359
After some digging I realised this was what was causing a 400 error on the retry payment endpoint (sending a string payment id instead of a number, but TS thought it was a number).
Checklist before requesting a review