Closed abMatGit closed 4 years ago
Shippo::Address#create seems to break on the following response fields: object_purpose and object_source.
Shippo::Address#create
object_purpose
object_source
Currently they don't seem to be properties on the Shippo::ApiObject object, so hashie has problems.
Shippo::ApiObject
You can reproduce this from the sample given in bin/address_validation_example
bin/address_validation_example
Are you still running into this? Were you able to get this solved?
I will try to get this replicated later this evening.
Feel free to ping me if you need help with this.
Shippo::Address#create
seems to break on the following response fields:object_purpose
andobject_source
.Currently they don't seem to be properties on the
Shippo::ApiObject
object, so hashie has problems.You can reproduce this from the sample given in
bin/address_validation_example