uphold / docs

Uphold API Reference
https://uphold.com/en/developer/api/documentation/
48 stars 39 forks source link

Update transactions object #157

Closed rplopes closed 6 years ago

rplopes commented 6 years ago
waldyrious commented 6 years ago

@rplopes sorry, I can't figure out what changed in your new commit :/ Can you clarify?

rplopes commented 6 years ago

@rplopes sorry, I can't figure out what changed in your new commit :/ Can you clarify?

@waldyrious only the node description:

❯ git diff 5175c72 2359cf1
diff --git a/_entities.md b/_entities.md
index 3f83096..8e69ded 100644
--- a/_entities.md
+++ b/_entities.md
@@ -297,7 +297,7 @@ currency    | The currency of the funds at the origin.
 description | The name of the sender.
 fee         | The Bitcoin network Fee, if origin is in BTC but destination is not, or is a non-Uphold Bitcoin Address.
 isMember    | A boolean signaling if the origin user has completed the membership process.
-node        | Details about the transaction origin node.
+node        | The details about the transaction origin node.
 rate        | The rate for conversion between origin and destination, as expressed in the currency at origin (the inverse of `destination.rate`).
 sources     | The transactions where the value was originated from (id and amount).
 type        | The type of endpoint. Possible values are 'card' and 'external'.
@@ -320,7 +320,7 @@ currency    | The denomination of the funds at the time they were sent/received.
 description | The name of the recipient. In the case where money is sent via email, the description will contain the email address of the recipient.
 fee         | The Bitcoin network Fee, if destination is a BTC address but origin is not.
 isMember    | A boolean signaling if the destination user has completed the membership process.
-node        | Details about the transaction destination node.
+node        | The details about the transaction destination node.
 rate        | The rate for conversion between origin and destination, as expressed in the currency at destination (the inverse of `origin.rate`).
 type        | The type of endpoint. Possible values are 'email', 'card' and 'external'.