From 9cda99c3ff10987cc500e82b3a4a9ef809cd77b3 Mon Sep 17 00:00:00 2001 From: Victor Fernandez Saborit Date: Tue, 7 May 2024 17:12:25 +0200 Subject: [PATCH 1/2] docs/Fix overview section --- addresses.go | 5 +++++ adjustments.go | 5 +++++ businesses.go | 5 +++++ currencies.go | 5 +++++ customers.go | 5 +++++ discounts.go | 5 +++++ events.go | 5 +++++ events_types.go | 5 +++++ ip_addresses.go | 5 +++++ notification_logs.go | 5 +++++ notification_setting_replays.go | 5 +++++ notification_settings.go | 5 +++++ notifications.go | 5 +++++ pkg/paddleerr/paddleerr.go | 5 +++++ prices.go | 5 +++++ pricing_preview.go | 5 +++++ products.go | 5 +++++ reports.go | 5 +++++ sdk.go | 5 +++++ shared.go | 5 +++++ subscriptions.go | 5 +++++ transactions.go | 5 +++++ 22 files changed, 110 insertions(+) diff --git a/addresses.go b/addresses.go index cdcb50d..f9c81d4 100644 --- a/addresses.go +++ b/addresses.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/adjustments.go b/adjustments.go index e189e06..cd27f86 100644 --- a/adjustments.go +++ b/adjustments.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/businesses.go b/businesses.go index f34926a..9eeabcb 100644 --- a/businesses.go +++ b/businesses.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/currencies.go b/currencies.go index 410a38b..c39c2ce 100644 --- a/currencies.go +++ b/currencies.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import paddleerr "github.com/PaddleHQ/paddle-go-sdk/pkg/paddleerr" diff --git a/customers.go b/customers.go index 27225e6..b4b28c7 100644 --- a/customers.go +++ b/customers.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/discounts.go b/discounts.go index aebd749..bee9d59 100644 --- a/discounts.go +++ b/discounts.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/events.go b/events.go index 3fdc701..4a1bd06 100644 --- a/events.go +++ b/events.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/events_types.go b/events_types.go index 40baf6d..63d0325 100644 --- a/events_types.go +++ b/events_types.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/ip_addresses.go b/ip_addresses.go index d629092..362f599 100644 --- a/ip_addresses.go +++ b/ip_addresses.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/notification_logs.go b/notification_logs.go index 2a1fb3d..dd7313b 100644 --- a/notification_logs.go +++ b/notification_logs.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/notification_setting_replays.go b/notification_setting_replays.go index 94a0c2f..c5a055b 100644 --- a/notification_setting_replays.go +++ b/notification_setting_replays.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/notification_settings.go b/notification_settings.go index 85919bd..99800b6 100644 --- a/notification_settings.go +++ b/notification_settings.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/notifications.go b/notifications.go index 552d634..cc810cf 100644 --- a/notifications.go +++ b/notifications.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/pkg/paddleerr/paddleerr.go b/pkg/paddleerr/paddleerr.go index 88f90e7..6d7762c 100644 --- a/pkg/paddleerr/paddleerr.go +++ b/pkg/paddleerr/paddleerr.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddleerr import ( diff --git a/prices.go b/prices.go index ca5ebde..a07fbe8 100644 --- a/prices.go +++ b/prices.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/pricing_preview.go b/pricing_preview.go index cbddb2b..10758d8 100644 --- a/pricing_preview.go +++ b/pricing_preview.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import "context" diff --git a/products.go b/products.go index 15f8555..9afde83 100644 --- a/products.go +++ b/products.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/reports.go b/reports.go index f0a3ed0..681d71f 100644 --- a/reports.go +++ b/reports.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/sdk.go b/sdk.go index 79c23bd..29594b8 100644 --- a/sdk.go +++ b/sdk.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle // SDK contains all sub-clients for the Paddle API. diff --git a/shared.go b/shared.go index 1b4b8f2..3c78d7a 100644 --- a/shared.go +++ b/shared.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import paddleerr "github.com/PaddleHQ/paddle-go-sdk/pkg/paddleerr" diff --git a/subscriptions.go b/subscriptions.go index 8306580..f862375 100644 --- a/subscriptions.go +++ b/subscriptions.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( diff --git a/transactions.go b/transactions.go index bb2f37d..14e05fa 100644 --- a/transactions.go +++ b/transactions.go @@ -1,4 +1,9 @@ +// +// // Code generated by the Paddle SDK Generator; DO NOT EDIT. +// +// + package paddle import ( From 3dadfeccdb4889107a3d633abd1b806d030fcb64 Mon Sep 17 00:00:00 2001 From: Victor Fernandez Saborit Date: Tue, 7 May 2024 17:23:54 +0200 Subject: [PATCH 2/2] fix --- addresses.go | 4 ---- adjustments.go | 4 ---- businesses.go | 4 ---- currencies.go | 4 ---- customers.go | 4 ---- discounts.go | 4 ---- events.go | 4 ---- events_types.go | 4 ---- ip_addresses.go | 4 ---- notification_logs.go | 4 ---- notification_setting_replays.go | 4 ---- notification_settings.go | 4 ---- notifications.go | 4 ---- pkg/paddleerr/paddleerr.go | 4 ---- prices.go | 4 ---- pricing_preview.go | 4 ---- products.go | 4 ---- reports.go | 4 ---- sdk.go | 4 ---- shared.go | 4 ---- subscriptions.go | 4 ---- transactions.go | 4 ---- 22 files changed, 88 deletions(-) diff --git a/addresses.go b/addresses.go index f9c81d4..0c1c846 100644 --- a/addresses.go +++ b/addresses.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/adjustments.go b/adjustments.go index cd27f86..e6b4749 100644 --- a/adjustments.go +++ b/adjustments.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/businesses.go b/businesses.go index 9eeabcb..14b4761 100644 --- a/businesses.go +++ b/businesses.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/currencies.go b/currencies.go index c39c2ce..9a9886e 100644 --- a/currencies.go +++ b/currencies.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/customers.go b/customers.go index b4b28c7..0092ab0 100644 --- a/customers.go +++ b/customers.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/discounts.go b/discounts.go index bee9d59..eb8879b 100644 --- a/discounts.go +++ b/discounts.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/events.go b/events.go index 4a1bd06..b97e678 100644 --- a/events.go +++ b/events.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/events_types.go b/events_types.go index 63d0325..ca9ee97 100644 --- a/events_types.go +++ b/events_types.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/ip_addresses.go b/ip_addresses.go index 362f599..b7a3272 100644 --- a/ip_addresses.go +++ b/ip_addresses.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/notification_logs.go b/notification_logs.go index dd7313b..67cfe6d 100644 --- a/notification_logs.go +++ b/notification_logs.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/notification_setting_replays.go b/notification_setting_replays.go index c5a055b..996297e 100644 --- a/notification_setting_replays.go +++ b/notification_setting_replays.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/notification_settings.go b/notification_settings.go index 99800b6..d4859f2 100644 --- a/notification_settings.go +++ b/notification_settings.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/notifications.go b/notifications.go index cc810cf..2ea4c8e 100644 --- a/notifications.go +++ b/notifications.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/pkg/paddleerr/paddleerr.go b/pkg/paddleerr/paddleerr.go index 6d7762c..03e1aa7 100644 --- a/pkg/paddleerr/paddleerr.go +++ b/pkg/paddleerr/paddleerr.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddleerr diff --git a/prices.go b/prices.go index a07fbe8..04b1db2 100644 --- a/prices.go +++ b/prices.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/pricing_preview.go b/pricing_preview.go index 10758d8..52e119b 100644 --- a/pricing_preview.go +++ b/pricing_preview.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/products.go b/products.go index 9afde83..c8e174c 100644 --- a/products.go +++ b/products.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/reports.go b/reports.go index 681d71f..452b6ad 100644 --- a/reports.go +++ b/reports.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/sdk.go b/sdk.go index 29594b8..8585562 100644 --- a/sdk.go +++ b/sdk.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/shared.go b/shared.go index 3c78d7a..7530251 100644 --- a/shared.go +++ b/shared.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/subscriptions.go b/subscriptions.go index f862375..1601119 100644 --- a/subscriptions.go +++ b/subscriptions.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle diff --git a/transactions.go b/transactions.go index 14e05fa..50f9741 100644 --- a/transactions.go +++ b/transactions.go @@ -1,8 +1,4 @@ -// -// // Code generated by the Paddle SDK Generator; DO NOT EDIT. -// -// package paddle