Skip to content

Commit f970374

Browse files
AdyenAutomationBotAdyenAutomationBot
authored andcommitted
style(fmt): code formatted
1 parent bbbfad4 commit f970374

File tree

422 files changed

+8795
-9720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

422 files changed

+8795
-9720
lines changed

src/adyen/api.go

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,21 @@ const (
8080
type APIClient struct {
8181
client *common.Client
8282
// API Services
83-
checkout *checkout.APIClient
84-
payments *payments.APIClient
85-
paymentsApp *paymentsapp.PaymentsAppApi
86-
payout *payout.APIClient
87-
recurring *recurring.GeneralApi
88-
binLookup *binlookup.GeneralApi
89-
balancecontrol *balancecontrol.GeneralApi
90-
posTerminalManagement *posterminalmanagement.GeneralApi
91-
disputes *disputes.GeneralApi
92-
storedValue *storedvalue.GeneralApi
93-
balancePlatform *balanceplatform.APIClient
94-
transfers *transfers.APIClient
95-
management *management.APIClient
96-
legalEntity *legalentity.APIClient
97-
dataProtection *dataprotection.GeneralApi
83+
checkout *checkout.APIClient
84+
payments *payments.APIClient
85+
paymentsApp *paymentsapp.PaymentsAppApi
86+
payout *payout.APIClient
87+
recurring *recurring.GeneralApi
88+
binLookup *binlookup.GeneralApi
89+
balancecontrol *balancecontrol.GeneralApi
90+
posTerminalManagement *posterminalmanagement.GeneralApi
91+
disputes *disputes.GeneralApi
92+
storedValue *storedvalue.GeneralApi
93+
balancePlatform *balanceplatform.APIClient
94+
transfers *transfers.APIClient
95+
management *management.APIClient
96+
legalEntity *legalentity.APIClient
97+
dataProtection *dataprotection.GeneralApi
9898
}
9999

100100
// NewClient optionally a custom http.Client can be passed via the Config allow for advanced features such as caching.

0 commit comments

Comments
 (0)