pmclain / module-stripe

Stripe Payments for Magento 2
Open Software License 3.0
47 stars 21 forks source link

magento 2.0 support #28

Closed deepak27892 closed 6 years ago

deepak27892 commented 6 years ago

IS this module support in Magento 2.0 because at compile time its give error of magento core module of vault.

deepak27892 commented 6 years ago

In Magento 2.0 there is no magento vault module .how is it run at magento 2.0

deepak27892 commented 6 years ago

[ReflectionException]
Class Magento\Vault\Model\CreditCardTokenFactory does not exist

[ReflectionException]
Class Magento\Vault\Model\CreditCardTokenFactory does not exist

[Magento\Framework\Exception\LocalizedException]
Source class "\Magento\Vault\Model\CreditCardToken" for "Magento\Vault\Model\CreditCardTokenFactory" generation does not exist.

mysil2 commented 6 years ago

Are you using the right version for Magento 2.0 as per the Magento Version Requirements section in the readme?

deepak27892 commented 6 years ago

yes I am using Magento 2.0.17.there is no vault module

mysil2 commented 6 years ago

The right version of the stripe module. There is different versions that works for 2.0.x, 2.1.x and 2.2.x.

deepak27892 commented 6 years ago

can you share version of the stripe module who support in magento 2.0.17

mysil2 commented 6 years ago

Just check the readme under Magento Version Requirements section.

deepak27892 commented 6 years ago

I have already checked my Magento version is 2.0.17 .When i have installed your module it gives error because in magento 2.0.17 there is no magento vault module .You are using magento vault dependency in your stripe module. please check

mysil2 commented 6 years ago

I am not talking about the Magento version, but the module-stripe version. I was hoping that you would read the readme of this module to find which version you should use. Obviously, you are unable to read the readme, so here it is:

Release | Magento Version 1.x.x | 2.2.x 1.x.x | 2.1.x 0.0.3 | 2.0.x

The table works in the following way: The first column specify the version of module-stripe. The second column specify which Magento version the module-stripe version supports.

If you are using the latest version, only Magento 2.1.x and 2.2.x are supported. Good luck!

deepak27892 commented 6 years ago

Thanks for answer Can you provide stripe version 0.0.3

mysil2 commented 6 years ago

You can find it under Releases in this repository or you can require a specific version in the Magento composer configuration.

deepak27892 commented 6 years ago

Thanks for answer can you provide any testing credential of stripe payament gateway

On Thu, Jan 11, 2018 at 2:48 PM, mysil2 notifications@github.com wrote:

You can find it under Releases in this repository or you can require a specific version in the Magento composer configuration.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pmclain/module-stripe/issues/28#issuecomment-356873918, or mute the thread https://github.com/notifications/unsubscribe-auth/AhqPqbXUvb0ahMgphh6lKBPYGRv_nstDks5tJdH7gaJpZM4RZJDP .

mysil2 commented 6 years ago

Be sure to use your test api key from you stripe account and set stripe-module in test mode. Refer to https://stripe.com/docs/testing for a list of test payment card numbers.

deepak27892 commented 6 years ago

Thanks for support and answer