balanced / balanced-api

Balanced API specification.
221 stars 72 forks source link

Tokenizing a card without passing an address defaults state to "CA" #552

Closed rserna2010 closed 10 years ago

rserna2010 commented 10 years ago
card = Balanced::Card.new(
:cvv => '123',
:expiration_month => '12',
:expiration_year => '2020',
:number => '5105105105105100',
:address => {
:city=> "BROOKLYN",
:line1=> "219 17TH STREET",
:postal_code=> "11215",
:country_code=> "USA"
}
).save

https://dashboard.balancedpayments.com/#/marketplaces/TEST-MPJ1TvJrxnGlUGPG0Fpa0ey/logs/OHM6c91eddeb6bc11e3a2f602a1fe53e539

Occurs both in ruby client, and balanced.js.

blim8183 commented 10 years ago

+1

matthewfl commented 10 years ago

should be fixed