Skip to content

Commit

Permalink
settlement workers
Browse files Browse the repository at this point in the history
  • Loading branch information
clD11 committed Jun 22, 2023
1 parent a6351cc commit ccb2166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/clients/payment/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ func (pc *client) Submit(ctx context.Context, authorizationHeader AuthorizationH
}
request.Header = authorizationHeader

//TODO sync up once payment has implemented to error codes to make sure we are retrying the correct responses.

response, err := pc.httpClient.Do(ctx, request, nil)
if err != nil {
return nil, fmt.Errorf("error calling submit request: %w", err)
Expand Down

0 comments on commit ccb2166

Please sign in to comment.