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

Remove environment API usage. #1

Merged
merged 2 commits into from
Jan 11, 2022
Merged

Remove environment API usage. #1

merged 2 commits into from
Jan 11, 2022

Conversation

kirgene
Copy link
Contributor

@kirgene kirgene commented Aug 23, 2021

No description provided.

@kirgene kirgene requested a review from bushjames August 23, 2021 09:49
Copy link

@partiallyordered partiallyordered left a comment

Choose a reason for hiding this comment

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

Generally appears to achieve the goal as specified in the PR title. Some minor questions attached.

Comment on lines +36 to +38
async findStatus() {
return this._hubRequest.get(`/dfsps/${this._dfspId}/status`);
}

Choose a reason for hiding this comment

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

Is this used anywhere? Was it intentionally in this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it's used in mojaloop-payment-manager-management-api

Comment on lines +31 to +32
async getHubCA(opts) {
const url = `/hub/ca`;

Choose a reason for hiding this comment

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

As it's not mentioned in the discussion, I just want to check that this change is intended to be included in the PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it's used in mojaloop-payment-manager-management-api

src/package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "@modusbox/mcm-client",
"version": "1.0.34",
"version": "1.0.35",

Choose a reason for hiding this comment

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

I think this should probably be 2.0, right?

@kirgene kirgene requested review from partiallyordered and removed request for bushjames January 10, 2022 14:52
@kirgene kirgene merged commit 7da7b0d into master Jan 11, 2022
@kirgene kirgene deleted the MP-3042 branch January 11, 2022 11:24
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