pmclain / module-stripe

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

Multi Store only shows on Default config #10

Closed gabealeman closed 7 years ago

gabealeman commented 7 years ago

I have a multi store setup with with different domains and it is not displaying for the website scope.

pmclain commented 7 years ago

What exactly is missing from the website scope? All the options?

gabealeman commented 7 years ago

Yes, under Payment methods for the store the option for stripe does not display at all.

pmclain commented 7 years ago

I went back and looked at the Magento core payment modules and the scope granularity on the config values matched, except the Title. I've updated the scoping for Title and this can now be set at the store view. The remaining configuration values cannot be scoped to an individual store view.

pmclain commented 7 years ago

I've put this fix and #9, which creates problems when storing a card in the Magento Vault, in release 0.0.6. You many need to clean your composer cache to install the current release, explicitly define the version when adding the dependency ie: composer require pmclain/module-stripe:0.0.6