├── .gitignore ├── README.md └── archive.zip /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | DEPRECATED 2 | ================ 3 | 4 | This plugin has been deprecated and will no longer work after April 30th, 2018. This plugin previously allowed merchants to accept Bitcoin on your Magento1-powered website with Coinbase legacy merchant tools. 5 | 6 | [Coinbase Commerce](https://commerce.coinbase.com) is a new merchant payment processor that allows you to accept multiple cryptocurrencies. A Magento2 plugin for Coinbase Commerce will be released in Q2 2018 using the [Coinbase Commerce API](commerce.coinbase.com/docs/api). 7 | 8 | Archived plugin here: https://github.com/coinbase/coinbase-magento/blob/master/archive.zip 9 | -------------------------------------------------------------------------------- /archive.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coinbase/coinbase-magento/6357b065913c5f393abe0d7bee012663326ed198/archive.zip --------------------------------------------------------------------------------