https://github.com/bitpay/opencart-plugin
Opencart payment plugin for Bitpay.com
https://github.com/bitpay/opencart-plugin
Last synced: about 1 year ago
JSON representation
Opencart payment plugin for Bitpay.com
- Host: GitHub
- URL: https://github.com/bitpay/opencart-plugin
- Owner: bitpay
- License: mit
- Created: 2012-10-14T02:51:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T14:24:25.000Z (about 8 years ago)
- Last Synced: 2024-04-10T16:26:14.032Z (about 2 years ago)
- Language: PHP
- Size: 152 KB
- Stars: 30
- Watchers: 16
- Forks: 47
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BitPay for OpenCart
[](LICENSE.md)
[](https://travis-ci.org/bitpay/opencart-plugin)
## Last Cart Version Tested: 2.3.0.2
If you have OpenCart v3, please go to https://github.com/bitpay/opencart3-plugin/releases
## Installation
Follow the instructions found in the [BitPay for OpenCart Guide](GUIDE.md)
## Development Setup
``` bash
# Clone the repo
$ git clone https://github.com/bitpay/opencart-plugin.git
$ cd ./opencart-plugin
# Install dependencies via Composer
$ composer install
# Set Environment Variables (variables needed can be found in .env.sample)
$ cp .env.sample .env
# After modifying the Environment Variables for your environment setup OpenCart
$ ./bin/robo setup
```
## Development Workflow
``` bash
# Run PHP Server of OpenCart installation and redirect bash I/O
$ ./bin/robo server &
# Watch for source code changes and copy them to the OpenCart installation
$ ./bin/robo watch
```
## Testing
``` bash
$ ./bin/robo test
```
## Build
``` bash
$ ./bin/robo build
# Outputs:
# ./build/bitpay-opencart - the distribution files
# ./build/bitpay-opencart.ocmod.zip - the distribution archive
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Support
**BitPay Support:**
* Last Cart Version Tested: 2.3.0.2
* [GitHub Issues](https://github.com/bitpay/magento-plugin/issues)
* Open an issue if you are having issues with this plugin.
* [Support](https://help.bitpay.com)
* BitPay merchant support documentation
**OpenCart Support:**
* [Homepage](http://www.opencart.com)
* [GitHub Issues](https://github.com/opencart/opencart/issues)
* [Support](http://www.opencart.com/index.php?route=support/support)
* [Forums](http://forum.opencart.com)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.