Nathan Jones
Nathan Jones
Anytime the `customer.updated` webhook is triggered, any customer that has an ACH payment method set to `default`, has their default payment method set to `default = false`. This occurs on...
Error is thrown on connect and on click action.
It would be great to see some example output to ensure serialization is compatible with existing front end expectations. ex. [fast_jsonapi#serialize-output](https://github.com/Netflix/fast_jsonapi#serialized-output)
Initially sent an array of hashes under `:attachments` with keys matching what the Sendgrid API might expect, but that did not work.
It looks like ActionView raises a NoMethodError when attempting to render the form. `undefined method 'new_record?' for nil::NilClass` at: `is_dynamic = f.object.new_record?` Full backtrace: [https://gist.github.com/mrjonesbot/ce4c9923ddaabba7b5cfbff391417f8f](https://gist.github.com/mrjonesbot/ce4c9923ddaabba7b5cfbff391417f8f)