Last active
June 1, 2018 05:49
-
-
Save zero-master/93429c7083e7d037db34d8fafe069dce to your computer and use it in GitHub Desktop.
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 | |
# 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 two_checkout ../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