Skip to content

add apex and dwolla processor token support#87

Merged
michaelckelly merged 3 commits intomasterfrom
mk-processor
Aug 14, 2017
Merged

add apex and dwolla processor token support#87
michaelckelly merged 3 commits intomasterfrom
mk-processor

Conversation

@michaelckelly
Copy link
Copy Markdown
Contributor

Fixes #86

  • Add support for Apex and Dwolla processor tokens

* Request for /item/public_token/exchange endpoint.
*/
public final class ApexProcessorTokenCreateRequest extends BaseAccessTokenRequest {
private String accessToken;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

BaseAccessTokenRequest already defines accessToken, so this line should be removed - it's not used anywhere.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

⚡ this file is actually extraneous, removing

private String accountId;

public ItemApexProcessorTokenCreateRequest(String accessToken, String accountId) {
super(accessToken);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit indent

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

private String accountId;

public ItemDwollaProcessorTokenCreateRequest(String accessToken, String accountId) {
super(accessToken);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit indent

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@jeeyoungk
Copy link
Copy Markdown
Contributor

Mostly looks good!

@jeeyoungk jeeyoungk closed this Jul 26, 2017
@jeeyoungk jeeyoungk reopened this Jul 26, 2017
@AndyMoreland
Copy link
Copy Markdown

Hi! Is there anything I can do to help get this PR merged? It's blocking for my use case right now.

@emarx
Copy link
Copy Markdown

emarx commented Aug 8, 2017

Any update @jeeyoungk @michaelckelly? Would love to see this go in!

@michaelckelly
Copy link
Copy Markdown
Contributor Author

@AndyMoreland and @emarx - thanks for the ping, looking to get this merged + released to Maven today!

@michaelckelly
Copy link
Copy Markdown
Contributor Author

@jeeyoungk Your feedback has been addressed, going to go ahead and merge to get this published

@michaelckelly michaelckelly merged commit bc87d86 into master Aug 14, 2017
@michaelckelly michaelckelly deleted the mk-processor branch August 14, 2017 15:01
@michaelckelly
Copy link
Copy Markdown
Contributor Author

michaelckelly commented Aug 14, 2017

@AndyMoreland and @emarx - this change has been released to Maven as plaid-java@2.1.3

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.

4 participants