Skip to content

feat: add endpoints about ThreeDSecureRequest object.#45

Merged
nonz250 merged 3 commits intomasterfrom
nonz250/feat-tds-request-endpoints
Nov 15, 2024
Merged

feat: add endpoints about ThreeDSecureRequest object.#45
nonz250 merged 3 commits intomasterfrom
nonz250/feat-tds-request-endpoints

Conversation

@nonz250
Copy link
Copy Markdown
Member

@nonz250 nonz250 commented Nov 15, 2024

@nonz250 nonz250 self-assigned this Nov 15, 2024
@nonz250 nonz250 marked this pull request as ready for review November 15, 2024 01:28
Copy link
Copy Markdown
Contributor

@natsuki-yamanaka natsuki-yamanaka left a comment

Choose a reason for hiding this comment

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

一個だけ

Map<String, Object> createThreeDSecureRequestParams = new HashMap<String, Object>();
createThreeDSecureRequestParams.put("resource_id", "car_xxxxx");
ThreeDSecureRequest threeDSecureRequest = ThreeDSecureRequest.create(createThreeDSecureRequestParams);
assertEquals(threeDSecureRequest.getId(), "tdsr_xxxxx");
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.

ここら辺に verifyPost(ThreeDSecureRequest.class, "https://api.pay.jp/v1/three_d_secure_requests", createThreeDSecureRequestParams); とか追加したい

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

修正しました✍
イメージあってますかね?
8c52bf7

@nonz250 nonz250 merged commit 740bc91 into master Nov 15, 2024
@nonz250 nonz250 deleted the nonz250/feat-tds-request-endpoints branch November 15, 2024 07:04
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