Skip to content

Commit

Permalink
Update all models/services (#260)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* Fix Classic Payments API

---------

Co-authored-by: Adyen Automation <[email protected]>
  • Loading branch information
michaelpaul and AdyenAutomationBot authored Nov 3, 2023
1 parent 81e5da9 commit 653e0a8
Show file tree
Hide file tree
Showing 177 changed files with 7,115 additions and 2,099 deletions.
2 changes: 1 addition & 1 deletion src/adyen/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (c *APIClient) Checkout() *checkout.APIClient {
func (c *APIClient) Payments() *payments.APIClient {
if c.payments == nil {
c.payments = payments.NewAPIClient(c.client)
c.payments.GeneralApi.BasePath = func() string {
c.payments.PaymentsApi.BasePath = func() string {
return fmt.Sprintf("%s/pal/servlet/Payment/%s", c.client.Cfg.Endpoint, PaymentAPIVersion)
}
}
Expand Down
129 changes: 110 additions & 19 deletions src/balanceplatform/api_account_holders.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 653e0a8

Please sign in to comment.