Releases: NdoleStudio/ynote-go
Releases · NdoleStudio/ynote-go
v0.0.5
v0.0.4
- Change the type of Amount from
int
toany
to handle some failure cases.
v0.0.3
- Fixed the logic for detecting failed vs pending transactions
v0.0.2
Implemented
- Token
-
POST /oauth2/token
: Get Access Token
-
- Refund
-
POST /prod/refund
: Refund a transaction -
GET /prod/refund/status/{transactionID}
: Get the status of a refund transaction
-
v0.0.1
Implemented
- Token
-
POST /oauth2/token
: Get Access Token
-
- Refund
-
POST /prod/refund
: Refund a transaction -
GET /prod/refund/status/{transactionID}
: Get the status of a refund transaction
-