balanced / balanced-api

Balanced API specification.
221 stars 72 forks source link

Underwriting doesn't properly backfill the name #470

Open steveklabnik opened 10 years ago

steveklabnik commented 10 years ago

If I have a customer with the name "Henry Ford", and I post this information:

    {
      "dob_month": 7,
      "dob_year": 1963,
      "address": {
        "postal_code": "48120"
      }
    }     

It doesn't properly underwrite them. If I pass in "Henry Ford" again, it does.

This is for test marketplaces, obviously.

matthewfl commented 10 years ago

I wonder if this happens with a patch request as well