-
Notifications
You must be signed in to change notification settings - Fork 139
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
Pw 6688 checkout api v69 #754
Conversation
0140c6c
to
fa01c9a
Compare
src/main/java/com/adyen/model/checkout/PaymentCaptureResource.java
Outdated
Show resolved
Hide resolved
@@ -33,33 +33,31 @@ | |||
import java.util.List; | |||
import com.adyen.model.Amount; | |||
import com.adyen.model.Split; | |||
import io.swagger.v3.oas.annotations.media.Schema; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import io.swagger.v3.oas.annotations.media.Schema; |
@@ -73,7 +73,7 @@ public enum ShopperInteractionEnum { | |||
@SerializedName("Moto") MOTO("Moto"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this class
@wboereboom I noticed that we don't have a |
…java Co-authored-by: Alexandros Moraitis <[email protected]>
Co-authored-by: Alexandros Moraitis <[email protected]>
Co-authored-by: Alexandros Moraitis <[email protected]>
@michaelpaul in the Java lib this is taken care of by |
Description
Updated Checkout API models to v69
Tested scenarios
updated and ran all unit tests
ran e2e tests