Skip to content

Instantly share code, notes, and snippets.

@zero-master
Last active June 1, 2018 05:36
Show Gist options
  • Save zero-master/9d996a92f60297d09ee6ac22abf4ca4f to your computer and use it in GitHub Desktop.
Save zero-master/9d996a92f60297d09ee6ac22abf4ca4f to your computer and use it in GitHub Desktop.
#!/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