Skip to content

Commit

Permalink
fix: 202
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Apr 15, 2024
1 parent 0a164fd commit e7528f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fx.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ func (c *client) ExecuteFxQuote(ctx context.Context, payload FXPayload) (err err
return fmt.Errorf("failed to create request: %w", err)
}

req.ExpectStatus(http.StatusOK)
req.ExpectStatus(http.StatusAccepted)
return c.do(ctx, req)
}

0 comments on commit e7528f1

Please sign in to comment.