balanced / balanced-api

Balanced API specification.
221 stars 72 forks source link

Business name fails to update after initial setup #526

Closed mjallday closed 9 years ago

mjallday commented 10 years ago

Originally reported on the Balanced dashboard.

  1. Create with null business_name curl https://api.balancedpayments.com/customers/ -H "Accept: application/vnd.api+json;revision=1.1" -u ak-test-2ADpvITfpgBn8uBzEGsQ2bIgWaftUWiul: -X POST
  2. Update business_name to "foo" curl https://api.balancedpayments.com/customers/CU3TMHucU477l8DCN4W6ifMY -H "Accept: application/vnd.api+json;revision=1.1" -u ak-test-2ADpvITfpgBn8uBzEGsQ2bIgWaftUWiul: -X PUT -d business_name="foo"
  3. Subsequent updates do not change business_name curl https://api.balancedpayments.com/customers/CU3TMHucU477l8DCN4W6ifMY -H "Accept: application/vnd.api+json;revision=1.1" -u ak-test-2ADpvITfpgBn8uBzEGsQ2bIgWaftUWiul: -X PUT -d business_name="bar
tarunc commented 10 years ago

Ping @matthewfl

Did you get time to look into this?

matthewfl commented 10 years ago

it is on my queue of things to fix

remear commented 9 years ago

Running the steps above, business_name updated correctly with the newly-supplied value.