omgnetwork / ruby-sdk

OmiseGO Ruby SDK for integration with Wallet Server.
Apache License 2.0
8 stars 5 forks source link

Unable to retrieve metadata from transactions list #11

Closed JoeWoodward closed 6 years ago

JoeWoodward commented 6 years ago

Subject of the issue

When retrieving a list of transactions, I expect to be able to view the metadata associated with the transaction

Your environment

All environments

Steps to reproduce

response = OmiseGO::Transaction.all
response.data.first.metadata

Expected behavior

Should return metadata supplied when crediting or debiting previously

Actual behavior

Method undefined

T-Dnzt commented 6 years ago

Fixed in #12. Closing :)