coinbase / coinbase-commerce-node

Coinbase Commerce Node
MIT License
147 stars 54 forks source link

Charge resource - timeline CONFIRMED - DOC info #25

Closed borodadada closed 4 years ago

borodadada commented 4 years ago

in official DOC https://commerce.coinbase.com/docs/api/#charges

Example

 "timeline": [
..........
    {
      "time": "2017-01-31T20:50:02Z",
      "status": "CONFIRMED"
    }, 
....................

"status": "CONFIRMED" <<<<<

BUT below writed

Charge Timeline

status string One of the following statuses: NEW, PENDING, COMPLETED, EXPIRED, UNRESOLVED, RESOLVED, CANCELED

COMPLETED <<<<<

I need know whats correctly?

oa-coinbase commented 4 years ago

Hi @borodadada sorry for the very late reply, it is COMPLETED. There was a typo in the docs and it's fixed now, thanks for pointing it out.