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

Add applepay and googlepay to public enum PaymentSourceType #416

Closed
Yannie-Chen opened this issue Jun 27, 2024 · 0 comments · Fixed by #417
Closed

Add applepay and googlepay to public enum PaymentSourceType #416

Yannie-Chen opened this issue Jun 27, 2024 · 0 comments · Fixed by #417
Assignees
Labels
enhancement New feature or request

Comments

@Yannie-Chen
Copy link

Add applepay and googlepay to public enum PaymentSourceType

Description

Purpose: to allow merchants only display applepay or googlepay if they wish so.
In the API reference, there is a allow_payment_methods field to allow merchants only display applepay or googlepay, but these two are not in the enum PaymentSourceType, therefore merchants are not able to have applepay or googlepay only in src/main/java/com/checkout/payments/hosted/HostedPaymentRequest.java

Proposed Solution

Add applepay and googlepay to public enum PaymentSourceType
Screenshot 2024-06-27 at 12 17 20 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants