-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fields changed to nil #309
Comments
@gagalago It looks to me like maybe the |
yes, I can confirm that the address need all fields but this gem send only changed fields of a
|
@gagalago Also I believe this is something that is unique to the Address object. |
yes thanks, it fix it |
@gagalago Okay, I've got to get the tests working on that branch then we can push a release. |
For anyone following, this is now out in release 2.9.0: https://github.com/recurly/recurly-client-ruby/releases/tag/2.9.0 |
when a save multiple time address of an account, the second time all not updated field are replaced by nil.
This is how to reproduce that
As we can see in this example, at the end, only the
address1
is in the address andcity
,country
,zip
disapear.ps: maybe the problem apear on others fields or api endpoints
The text was updated successfully, but these errors were encountered: