You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to convert a Braintree::Transaction to a hash? I can't seem to call .attributes on it. The reason I'm asking is that if we want to expose new data from this integration we have to add them via helper methods on that class rather than being able to call hash.dig(path, to, field)
The text was updated successfully, but these errors were encountered:
General information
Issue description
Is there a way to convert a
Braintree::Transaction
to a hash? I can't seem to call.attributes
on it. The reason I'm asking is that if we want to expose new data from this integration we have to add them via helper methods on that class rather than being able to callhash.dig(path, to, field)
The text was updated successfully, but these errors were encountered: