Skip to content

Commit fe1685b

Browse files
author
Michael Kelly
committed
ConnectStep: fix API endpoint
1 parent a2f95bb commit fe1685b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plaid/connect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (c *Client) ConnectStep(accessToken, answer string) (postRes *postResponse,
6161
if err != nil {
6262
return nil, nil, err
6363
}
64-
return c.postAndUnmarshal("/connect", bytes.NewReader(jsonText))
64+
return c.postAndUnmarshal("/connect/step", bytes.NewReader(jsonText))
6565
}
6666

6767
// ConnectGet (POST /connect/get) retrieves account and transaction data for a given access token.

0 commit comments

Comments
 (0)