Inchoo / magento2-Inchoo_Stripe

Stripe payment gateway Magento2 extension
56 stars 36 forks source link

Module not shown/loaded in checkout #7

Open madsenjesper opened 8 years ago

madsenjesper commented 8 years ago

During checkout the module is not loaded, how ever it works fine in adminhtml. I have tested all 3 branches with the same result.

I don't know if i'm doing something wrong?

Keep up the good work. BR. Jesper

ivanweiler commented 8 years ago

We just merged latest code, everything should work now.

jsakars commented 8 years ago

@ivanweiler it's not. It's M2 bug - https://github.com/magento/magento2/issues/3124

xfrenette commented 8 years ago

In case someone else has this problem, first make sure that you put an API key in the Stripe Payment configuration (in the admin) ! It will not show on the frontend if the API key field is empty.

alexcrz commented 8 years ago

Hello , I'm having the same issue , I'm using magento 2.0.6 , I just enabled the module , added the api , but nothing is coming into the checkout page.. any suggestion ?

udovicic commented 8 years ago

Hi everyone,

I just verified this on Magento 2.1 (latest at the moment). Extension was added through composer, and configured, and everything works as expected.

@alexcrz - Are yous till having issues? Can you verify that extension is turned on, enabled and configured?

udovicic commented 8 years ago

I have updated README.md, but let me place it here as well.For some people, module is not being displayed on frontend because base currency of the store is not USD. Since Stripe works only with USD, so does our extensions. Please check if this is the case for you.

Also, it was brought to my attention that there was a bug that appeared in Magento version 2.0.6 which caused such behavior, but was later fixed.

surajitartis commented 7 years ago

I have do all this thing as specify here, using Magento 2.1.7, admin it show properly, but on checkout it not show. Loader showing and not complete this load. On API we have get this 2 value Publishable key and Secret key. Which one I user for API Key ? Also here I use this full string pk_test_XXXXXXX or sk_test_XXXXXX ? Here is folder that we get from git and run composer /app/code/Inchoo/Stripe /vendor/stripe/stripe-php /lib/internal/Stripe Is any thing I am missing ?