Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Jul 11, 2024
1 parent 1ecbd79 commit 2824af5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions paypal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,3 @@ func (c *Client) SetProxyUrl(proxyUrlProd, proxyUrlSandbox string) {
c.baseUrlProd = proxyUrlProd
c.baseUrlSandbox = proxyUrlSandbox
}

// SetHttpClient 设置自定义的xhttp.Client
func (c *Client) SetHttpClient(client *xhttp.Client) {
c.hc = client
}

0 comments on commit 2824af5

Please sign in to comment.