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

組戻ステータスの追加 #13

Merged
merged 3 commits into from
Feb 28, 2020
Merged

組戻ステータスの追加 #13

merged 3 commits into from
Feb 28, 2020

Conversation

mtwtkman
Copy link
Contributor

http://payjp-announce.hatenablog.com/entry/2020/02/14/174049 にて、2020/02/29入金予定分以降の入金失敗は組戻(recombination)と表されるので、その対応

if err != nil {
t.Errorf("err should be nil, but %v", err)
}
if recombinationTransfer.Status.status() != "recombination" {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

今回追加した recombination がパースできるかどうかだけテストしています。

@mtwtkman mtwtkman merged commit 4bd8d1d into master Feb 28, 2020
@mtwtkman mtwtkman deleted the recombination branch February 28, 2020 02:17
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