Results 3 comments of Daniel Jaouen

I've gotten a bit further with this issue. Apparently `Gringotts.store` returns a map containing an `id` for a `customer`, but it doesn't save the card it was called with (the...

Ideally, `Gringotts.store` would store both the credit card (as the customer's default) and the address in a new customer, and `Gringotts.unstore` would fetch the customer_id, the credit card, and the...

I am also seeing an issue which I think has to do with my model changing to `:f32` (but from `:f64` in my case). See: https://elixirforum.com/t/getting-batches-to-work-with-axon/57482/3