You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: