Shopify / checkout-sheet-kit-react-native

Shopify's Checkout Sheet Kit for React Native - simplifying the process of adding checkout to your native apps.
https://shopify.dev/docs/custom-storefronts/mobile-apps
MIT License
30 stars 3 forks source link

Facing issue with payment options #83

Closed khushalsonawat closed 3 months ago

khushalsonawat commented 4 months ago

Describe the bug

Since the payment for orders with selling plans can be done only through shop pay, the information about the payment option selected previously on the checkout page is retained and is causing issues in proceeding with payment. For example: if payment through Paypal is selected for an order without selling plan id and then a product with selling plan id is added to cart, proceeding to payment is hindered.

To Reproduce

  1. Add a product to cart without subscription (using cartLinesAdd mutation)
  2. Proceed to checkout and present the checkout window.
  3. Scroll down and select paypal (or any other available payment gateway for payment)
  4. Close the checkout window and add a product with selling plan id to the cart.
  5. Present the checkout.

Expected behavior

I should be able to select credit card as the payment option.

Screenshots/Videos/Log output

https://github.com/Shopify/checkout-sheet-kit-react-native/assets/72885226/3f1931b5-3fbd-429a-bfee-d18db920aa90

Versions (please complete the following information):

Shop domain

https://marsghc.com

Additional context

Appreciate your time on this issue, let me know if there is anything else you need.

markmur commented 4 months ago

Hey @khushalsonawat 👋

Since this is not an issue with the react-native library itself and instead an internal checkout problem, I've opened a ticket internally to be triaged. I'll follow up here with any progress made.

khushalsonawat commented 4 months ago

Hey @markmur Any progress on this issue?

khushalsonawat commented 4 months ago

Hey @khushalsonawat 👋

Since this is not an issue with the react-native library itself and instead an internal checkout problem, I've opened a ticket internally to be triaged. I'll follow up here with any progress made.

Hey @markmur , This is a follow up for my previous comment. Has there been any response from the shopify team?

markmur commented 3 months ago

@khushalsonawat this has been fixed. Please re-open if you're still experiencing the issue.