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
Is your feature request related to a problem? Please describe.
I am working on an Android SDK implementation of PayPal. When I purchase an item, the in-app UI appears with a button that says "Review Order" (see screenshot). Our implementation creates the order, starts SDK checkout and then on success immediately captures the order. We don't have any review step, as all the information is presented upfront. This is therefore misleading to the customer. How can I change it so the SDK displays a "Complete Order" button or similar, as shown in your documentation? (see screenshot) In the previous SDK, it looks like there was some sort of CheckoutConfig where you could specify UserAction.PAY_NOW, but I don't see anything similar in the new SDK.
Describe the solution you'd like.
I'd like a solution that will show a button with "Complete Order".
The text was updated successfully, but these errors were encountered:
pof-jamesbusby
changed the title
SDK purchase button reads "Review Order" and not
SDK purchase button reads "Review Order" and not "Complete Order"
Jan 19, 2024
Is your feature request related to a problem? Please describe.
I am working on an Android SDK implementation of PayPal. When I purchase an item, the in-app UI appears with a button that says "Review Order" (see screenshot). Our implementation creates the order, starts SDK checkout and then on success immediately captures the order. We don't have any review step, as all the information is presented upfront. This is therefore misleading to the customer. How can I change it so the SDK displays a "Complete Order" button or similar, as shown in your documentation? (see screenshot) In the previous SDK, it looks like there was some sort of CheckoutConfig where you could specify UserAction.PAY_NOW, but I don't see anything similar in the new SDK.
Describe the solution you'd like.
I'd like a solution that will show a button with "Complete Order".
The text was updated successfully, but these errors were encountered: