Skip to content

Instantly share code, notes, and snippets.

@zero-master
Last active June 1, 2018 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zero-master/0527515b9244e6335646b6a56f014eb3 to your computer and use it in GitHub Desktop.
Save zero-master/0527515b9244e6335646b6a56f014eb3 to your computer and use it in GitHub Desktop.
Killbill payment plugin from ActiveMerchant integration
#!/bin/bash
git clone https://github.com/killbill/killbill-plugin-framework-ruby.git
cd killbill-plugin-framework-ruby
# Activemerchant bitpay integration (snake case name: bit_pay) is located here: https://github.com/activemerchant/offsite_payments/blob/master/lib/offsite_payments/integrations/bit_pay.rb
./script/generate active_merchant bit_pay ../plugin-development
cd ../plugin-development
rake killbill:clean ; rake build ; rake killbill:package; rake killbill:deploy[true]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment