We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug client.Payment.capture_payment(request_payload) を使用する際、merchantPaymentId, merchantCaptureId, orderDescription のパラメータが存在しない場合、すべての ValueError が「MISSING REQUEST PARAMS for merchantPaymentId」と表示されます。
To Reproduce Steps to reproduce the behavior:
Expected behavior merchantPaymentId, merchantCaptureId, orderDescription の各パラメータが存在しない場合、それぞれに対応した適切なエラーメッセージが表示されるべきです。
Screenshots
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
client.Payment.capture_payment(request_payload) を使用する際、merchantPaymentId, merchantCaptureId, orderDescription のパラメータが存在しない場合、すべての ValueError が「MISSING REQUEST PARAMS for merchantPaymentId」と表示されます。
To Reproduce
Steps to reproduce the behavior:
Expected behavior
merchantPaymentId, merchantCaptureId, orderDescription の各パラメータが存在しない場合、それぞれに対応した適切なエラーメッセージが表示されるべきです。
Screenshots
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: