ShopRunner Example SOAP Client
This is an example of how to send an order to ShopRunner SOAP API in Ruby
Setup
This client requires Rbenv be installed
Install Dependencies:
gem install bundler
bundle install
Send an order to the staging environment
./send_test_order_to_staging.rb <username> <password>