For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I've created a remix app for payment customization using the sample template using this:
npm init @shopify/app@latest -- --template https://github.com/Shopify/function-examples/sample-apps/payment-customizations
the app is runing without any problem, as your can see down below.
but the customization payment option is disabled, I made a similar app before and it worked just fine using the same template, but this time doesn't, and i've checked everything and seems to be fine. Anyone has the same situation?