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

Has been added the Profile service (CRUD) #2

Merged
merged 6 commits into from
Feb 28, 2017

Conversation

AndreiBujenitsa
Copy link
Contributor

No description provided.

@@ -4,7 +4,7 @@ class AuthorizationResponse
include Utils

FIELDS = [:respstat, :retref, :account, :token, :amount, :merchid, :respcode,
:resptext, :respproc, :avsresp, :cvvresp, :authcode, :commcard, :profileid]
:resptext, :respproc, :avsresp, :cvvresp, :authcode, :commcard, :profileid, :acctid]
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this field come over when getting an Auth response from CardConnect's API? It does not appear to be in their documentation unless I am missing something.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Noted. LGTM

@thetizzo
Copy link
Contributor

Thanks for the PR! Would you be willing to add some tests and update the documentation for Profile service in the README?

@AndreiBujenitsa
Copy link
Contributor Author

about tests and documentation... I'll do it

@thetizzo
Copy link
Contributor

Thanks!

@thetizzo thetizzo merged commit 7183bec into mobilecause:master Feb 28, 2017
@thetizzo
Copy link
Contributor

@AndreiBujenitsa Hey, I found some time to do the tests for this so I will merge it and handle that part. Thanks for the contribution!

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.

None yet

2 participants