Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(currenclycloud): improve loops and add tests #111

Merged
merged 7 commits into from
Oct 2, 2024

Conversation

paul-nicolas
Copy link
Contributor

Fixes ENG-1426
Fixes ENG-1433

@paul-nicolas paul-nicolas force-pushed the feat/payments-currency-cloud-tests branch 3 times, most recently from d173585 to 9a57bea Compare October 1, 2024 11:41
@paul-nicolas paul-nicolas marked this pull request as ready for review October 1, 2024 11:51
@paul-nicolas paul-nicolas requested a review from a team as a code owner October 1, 2024 11:51
@paul-nicolas paul-nicolas force-pushed the feat/payments-currency-cloud-tests branch from d0ab550 to 15db298 Compare October 2, 2024 09:16
return fmt.Sprintf("%s/%s", c.endpoint, fmt.Sprintf(path, args...))
}

const DevAPIEndpoint = "https://devapi.currencycloud.com"

func newHTTPClient() *http.Client {
func NewHTTPClient() *http.Client {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised the linter isn't saying anything but this appears to be unused now that you removed the authentication call at install time.

@paul-nicolas paul-nicolas merged commit a6311c7 into feat/payments-v3 Oct 2, 2024
6 checks passed
@paul-nicolas paul-nicolas deleted the feat/payments-currency-cloud-tests branch October 2, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants