2017 © Pedro Peláez
 

opencart-extension opencart-plugin

BitPay Payment Method for OpenCart

image

beyondit/opencart-plugin

BitPay Payment Method for OpenCart

  • Wednesday, August 23, 2017
  • by openmandragora
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 37 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Notice

This is a Community-supported project., (*1)

If you are interested in becoming a maintainer of this project, please contact us at integrations@bitpay.com. Developers at BitPay will attempt to work along the new maintainers to ensure the project remains viable for the foreseeable future., (*2)

BitPay for OpenCart

Software License Build Status, (*3)

Last Cart Version Tested: 2.3.0.2

Installation

Follow the instructions found in the BitPay for OpenCart Guide, (*4)

Development Setup

``` bash, (*5)

Clone the repo

$ git clone https://github.com/bitpay/opencart-plugin.git $ cd ./opencart-plugin, (*6)

Install dependencies via Composer

$ composer install, (*7)

Set Environment Variables (variables needed can be found in .env.sample)

$ cp .env.sample .env, (*8)

After modifying the Environment Variables for your environment setup OpenCart

$ ./bin/robo setup, (*9)


## 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, (*10)


## Build ``` bash $ ./bin/robo build # Outputs: # ./build/bitpay-opencart - the distribution files # ./build/bitpay-opencart.ocmod.zip - the distribution archive

Contributing

Please see CONTRIBUTING for details., (*11)

Support

BitPay Support:, (*12)

  • Last Cart Version Tested: 2.3.0.2
  • GitHub Issues
    • Open an issue if you are having issues with this plugin.
  • Support
    • BitPay merchant support documentation

OpenCart Support:, (*13)

License

The MIT License (MIT). Please see License File for more information., (*14)

The Versions