sample-store-android icon indicating copy to clipboard operation
sample-store-android copied to clipboard

Learn how to add a simple checkout flow to your Android app

Results 6 sample-store-android issues
Sort by recently updated
recently updated
newest added

Includes minimum changes required to use Stripe v20.2.

# stripe version implementation 'com.stripe:stripe-android:20.14.1' # The PaymentMethod pm_1LsNX4LL8z6rofJcPJMedWJB does not belong to the Customer you supplied cus_Mbaj6UWFft3GLn. Please use this PaymentMethod with the Customer that it belongs to instead....

# Bug report ## Describe the bug The button to open the shopping cart does not work for me because it makes the POST call to the Heroku server with...

- Update stripe-android to v12.3.0 - Update backend API to reflect backend changes - Update store product list and pricing to match backend - Simplify models and use data class/@Parcelize

No native android (java), all code in Kotlin and not able to integrate inside, Very hard https://stripe.com/docs/mobile/android

triaged

Hello there, This is more of an Android question rather than Stripe, but couldn't figure out, sorry. I'm getting line breaks at prices with long item descriptions: ![Screenshot_1588334738](https://user-images.githubusercontent.com/28702654/80804273-56d37580-8bbd-11ea-85a2-63252d6f4f72.png) Is there...