Skip to content

bitpay/bitpay-drupalcommerce

Repository files navigation

Notice

This is a Community-supported project.

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.

BitPay for Drupal Commerce (Commerce BitPay)

Latest Version Software License Build Status Join the chat at https://gitter.im/bitpay/plugin

Plugin Installation, Configuration, and Usage

Follow the instructions found in the Commerce BitPay Guide

Development Setup

# Clone the repo
$ git clone https://github.com/bitpay/bitpay-drupalcommerce.git
$ cd ./bitpay-drupalcommerce

# Install dependencies via Composer
$ composer install

Development Workflow

# Watch for source code changes and copy them to ./www
# You could symlink the commerce_bitpay module in your local web server
# to ./www for development purposes
$ ./bin/robo watch

Testing

$ ./bin/robo test

Build

$ ./bin/robo build

# Outputs:
# ./build/commerce-bitpay/ - the distribution files
# ./build/commerce-bitpay.zip - the distribution archive

Contributing

Please see CONTRIBUTING for details.

License

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