Skip to content

Commit

Permalink
fix(api): correct typo
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre du Plessis <pierre@pcservice.co.za>
  • Loading branch information
Samuel-Sendzul and pierredup authored Feb 21, 2024
1 parent e1dd240 commit 0a276e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ type GetWithdrawalResponse struct {
// Status
Status Status `json:"status"`

// Transfer ID if the corresponding transfer if it has been initiated
// Transfer ID of the corresponding transfer if it has been initiated
TransferId string `json:"transfer_id"`

// Type distinguishes between different withdrawal methods where more than one is supported
Expand Down

0 comments on commit 0a276e7

Please sign in to comment.