/bitpay-drupalcommerce

GloBee payment plugin for Drupal Commerce

Primary LanguagePHPMIT LicenseMIT

Notice

This is a Community-supported project.

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

GloBee plugin for Drupal Commerce (Commerce GloBee)

GitHub license

Plugin Installation, Configuration, and Usage

Follow the instructions found in the Commerce GloBee Guide

Development Setup

# Clone the repo
$ git clone https://github.com/GloBee-Official/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

Contribute

To contribute to this project, please fork and submit a pull request.