zipMoney / zip.magento2

Zip Payment Extension for Magento2 that support global zip products
MIT License
4 stars 9 forks source link

Set default active configuration to 0 #56

Open lytesaber opened 2 years ago

lytesaber commented 2 years ago

On module install the Zip method is set as active "1" by default. All modules should be disabled by default and enabled by the user within the Magento admin system configuration. There shouldn't be an assumption that even though the module is installed and enabled that the payment method has been configured with API keys and ready to be used as an active payment method in the checkout. Currently if the Zip module is installed on a production site, the Zip method will appear in the checkout due to this default config even without API keys configured.

mahbub-zip commented 2 years ago

Thank you @lytesaber . we are taking is chance to repo code.