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

Enum value is missing for "Pending" result code #154

Closed
amashtakov opened this issue Feb 4, 2019 · 2 comments
Closed

Enum value is missing for "Pending" result code #154

amashtakov opened this issue Feb 4, 2019 · 2 comments

Comments

@amashtakov
Copy link
Contributor

Java version: 1.8
Library version: 1.8.0
Description
As per Checkout API for v40 documentation (https://docs.adyen.com/api-explorer/#/PaymentSetupAndVerificationService/payments), possible values for /payments response resultCode are:

  • Authorised
  • Refused
  • RedirectShopper
  • Received
  • Cancelled
  • Pending
  • Error

In fact com.adyen.model.checkout.PaymentsResponse.ResultCodeEnum is missing "Pending" and
has an extra value "PartiallyAuthorised" which is not documented

@AlexandrosMor
Copy link
Contributor

Hell @amashtakov,

We will check the differences in resultCode and we will let you know as soon as possible

Kind regards,
Alexandros

@AlexandrosMor
Copy link
Contributor

AlexandrosMor commented Mar 26, 2019

There is a PR 165. We will add it to the new release.

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

No branches or pull requests

2 participants