Closed nunorafaelrocha closed 8 years ago
This PR updates the card.getAddresses method by removing the $addresses property from the model which no longer is provided on the /me/cards/:cardId.
card.getAddresses
$addresses
/me/cards/:cardId
Now, when the user calls the card.getAddresses method a request is made to the Uphold's API which retrieves the card's list of addresses.
This PR updates the
card.getAddresses
method by removing the$addresses
property from the model which no longer is provided on the/me/cards/:cardId
.Now, when the user calls the
card.getAddresses
method a request is made to the Uphold's API which retrieves the card's list of addresses.