-
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
Added nedbank implementation #6293
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 1 out of 1 changed files in this pull request and generated no comments.
2f1485c
to
adce784
Compare
adce784
to
8c2ba4f
Compare
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.
Almost mid-way through, already delivering to Ruben for processing.
...es/121-service/src/payments/fsp-integration/nedbank/dto/nedbank-create-order-response.dto.ts
Outdated
Show resolved
Hide resolved
...es/121-service/src/payments/fsp-integration/nedbank/dto/nedbank-create-order-response.dto.ts
Outdated
Show resolved
Hide resolved
...es/121-service/src/payments/fsp-integration/nedbank/dto/nedbank-create-order-response.dto.ts
Outdated
Show resolved
Hide resolved
...es/121-service/src/payments/fsp-integration/nedbank/dto/nedbank-create-order-response.dto.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/payments/fsp-integration/nedbank/dto/nedbank-get-order-reponse.dto.ts
Outdated
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.
Delivering review of Nedbank Module, except for unit tests. Small refactor stuff I think, except for the idempotency key, which may need a conversation to decide on what is optimal.
services/121-service/src/payments/fsp-integration/nedbank/nedbank.module.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/payments/fsp-integration/nedbank/nedbank.service.ts
Outdated
Show resolved
Hide resolved
...1-service/src/payments/fsp-integration/nedbank/dtos/create-order-request-body-nedbank.dto.ts
Outdated
Show resolved
Hide resolved
...s/121-service/src/payments/fsp-integration/nedbank/interfaces/nedbank-create-order-params.ts
Outdated
Show resolved
Hide resolved
...s/121-service/src/payments/fsp-integration/nedbank/interfaces/nedbank-create-order-params.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/payments/fsp-integration/nedbank/nedbank-voucher.entity.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/payments/fsp-integration/nedbank/nedbank-voucher.entity.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/queues-registry/queues-registry.module.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/queues-registry/queues-registry.module.ts
Outdated
Show resolved
Hide resolved
...s/121-service/src/reconciliation/nedbank-reconciliation/nedbank-reconciliation.controller.ts
Outdated
Show resolved
Hide resolved
...ices/121-service/src/reconciliation/nedbank-reconciliation/nedbank-reconciliation.service.ts
Outdated
Show resolved
Hide resolved
...s/121-service/src/reconciliation/nedbank-reconciliation/nedbank-reconciliation.controller.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/payments/fsp-integration/nedbank/nedbank-api.service.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/payments/fsp-integration/nedbank/nedbank-api.service.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/payments/fsp-integration/nedbank/nedbank-api.service.ts
Outdated
Show resolved
Hide resolved
services/121-service/src/queues-registry/queues-registry.module.ts
Outdated
Show resolved
Hide resolved
e9db2cf
to
893c7f4
Compare
0ca0744
to
918fae1
Compare
918fae1
to
802fa32
Compare
968bcbe
to
a5665ac
Compare
ebc9bfc
to
35e08fe
Compare
Signed-off-by: Ruben <[email protected]>
Signed-off-by: Ruben <[email protected]>
* Nedbank implementation * Moved nedbank entity and change error message * Add data attributes and nedbank cronjob endpoint * Change order of cron job * Add comments and finish first stage * Add validation and refactor payment functions * lower duplicate numbers for test * Update PA multipliers * Add fixes * remove unused files * Update k6/helpers/registration-default.data.js Co-authored-by: RubenGeo <[email protected]> * Update k6/models/programs.js Co-authored-by: RubenGeo <[email protected]> * Update k6/tests/payment100kRegistrationNedbank.js Co-authored-by: RubenGeo <[email protected]> * Update k6/tests/retryFailedJobsOnStartupDuringQueueProcessing.js Co-authored-by: RubenGeo <[email protected]> * Fix missing error response log --------- Co-authored-by: Ruben <[email protected]> Co-authored-by: RubenGeo <[email protected]>
35e08fe
to
27cd503
Compare
AB#30631
Describe your changes
Checklist before requesting a review