controlshift / action-network-rest

Ruby client for interacting with the ActionNetwork REST API
MIT License
8 stars 4 forks source link

Parse person ID from response when creating a signature #8

Closed anero closed 4 years ago

anero commented 4 years ago

Needed for being able to create the person along with the signature in a single API call

anero commented 4 years ago

Good catch, I missed the action_network:person_id property from the response, that's much easier to process and actually makes this PR not necessary. Will close and just use the other property directly in agra