Last active
June 1, 2018 05:36
-
-
Save zero-master/0527515b9244e6335646b6a56f014eb3 to your computer and use it in GitHub Desktop.
Killbill payment plugin from ActiveMerchant integration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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