Shopify / checkout-sheet-kit-android

Shopify’s Checkout Sheet Kit makes it simple to perform a checkout inside your Android app.
MIT License
12 stars 3 forks source link

Add a CheckoutCompletedEvent payload to the onCheckoutCompleted callback #62

Closed kiftio closed 9 months ago

kiftio commented 10 months ago

What are you trying to accomplish?

Adds an overloaded onCheckoutCompleted(checkoutCompletedEvent: CheckoutCompletedEvent) to the EventProcessor interface and deprecates the no-arg onCheckoutCompleted().

The goal is to provide clients with more information about the checkout that just completed.


Supporting sample app updates:

MobileBuyIntegration
SimpleCheckout

Before you deploy