Last active
June 1, 2018 05:36
-
-
Save zero-master/9d996a92f60297d09ee6ac22abf4ca4f 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 webmoney ../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