Skip to content
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(mojaloop/#2704): core-services support for non-breaking backward api compatibility #66

Conversation

mdebarros
Copy link
Member

@mdebarros mdebarros commented Mar 4, 2022

feat(mojaloop/#2704): core-services support for non-breaking backward api compatibility - mojaloop/project#2704

  • added new feature_test: collections/hub/golden_path/feature_tests/backward_compatibility/fspiop_protocol_validation.json which asserts validations against correct current, old and not-supported versions for parties, quotes, transfers, and transactionRequests
  • added new feature_test: collections/hub/other_tests/bulk_transfers/fspiop_protocol_validation.json which asserts validations against correct current, old and not-supported versions for bulkTransfers

These are a sub-set of tests as a result of the following investigatory issue: mojaloop/project#2660

… api compatibility

- added new feature_test: backward_compatability/fspiop_protocol_validation.json which asserts validations against correct current, old and not-supported versions
@@ -66,7 +66,7 @@
"id": 2,
"description": "Add Participant to ALS",
"meta": {
"info": "This request allows us to add a new participant to Account Lookup Service."
"info": "This request allows us to add a new participant to Account Lookup Service.\n\nValidate Not Support Accept header."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"info": "This request allows us to add a new participant to Account Lookup Service.\n\nValidate Not Support Accept header."
"info": "This request allows us to add a new participant to Account Lookup Service.\n\nValidate Not Supported Accept header."

Copy link
Member Author

@mdebarros mdebarros Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elnyry-sam-k those tests have been replaced with GET Parties instead. Please see updates.

@mdebarros mdebarros marked this pull request as ready for review March 7, 2022 13:17
@mdebarros mdebarros merged commit b7b7f77 into master Mar 7, 2022
@mdebarros mdebarros deleted the feat/#2704-core-services-support-for-non-breaking-backward-api-compatibility branch August 16, 2022 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants