bitpay / magento2-plugin

Magento2.x payment plugin for Bitpay.com
MIT License
13 stars 24 forks source link

Cannot save BitPay payment config in admin #22

Open pieterpoorthuis opened 6 years ago

pieterpoorthuis commented 6 years ago

Using release 1.06, getting the following error:

Fatal error: Interface 'Bitpay\Storage\StorageInterface' not found in**/public_html/app/code/Bitpay/Core/Model/MagentoStorage.phpon line6

MarcinKozak commented 6 years ago

@pieterpoorthuis This error inform that the Composer dependency (BitPay PHP Client) was not installed. Unfortunately Magento 2 does not install them automatically (at least for my instance) so it must be run manually by typing composer require bitpay/php-client:2.2.14.