RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: iGarbo
Site: www.barrelofjobs.com
@Nguyen Duc Giang.
add a billing address to your purchase.
response = gateway.purchase(1000, credit_card, :ip => "127.0.0.1", :billing_address => { :name => "Test Guy", :address1 => "123 W 423 E", :city => "Somewhere", :state => "CA", :country => "US", :zip => "88888" }
@Nguyen Duc Giang.
add a billing address to your purchase.
response = gateway.purchase(1000, credit_card, :ip => "127.0.0.1", :billing_address => {
:name => "Test Guy",
:address1 => "123 W 423 E",
:city => "Somewhere",
:state => "CA",
:country => "US",
:zip => "88888"
}