@@ -766,7 +766,7 @@ func (s *Checkouts) Get(ctx context.Context, id string, opts ...operations.Optio
766766 return nil , err
767767 }
768768
769- var out apierrors.ResourceNotFound
769+ var out apierrors.PolarExceptionsResourceNotFound
770770 if err := utils .UnmarshalJsonFromResponseBody (bytes .NewBuffer (rawBody ), & out , "" ); err != nil {
771771 return nil , err
772772 }
@@ -1049,7 +1049,7 @@ func (s *Checkouts) Update(ctx context.Context, id string, checkoutUpdate compon
10491049 return nil , err
10501050 }
10511051
1052- var out apierrors.ResourceNotFound
1052+ var out apierrors.PolarExceptionsResourceNotFound
10531053 if err := utils .UnmarshalJsonFromResponseBody (bytes .NewBuffer (rawBody ), & out , "" ); err != nil {
10541054 return nil , err
10551055 }
@@ -1297,7 +1297,7 @@ func (s *Checkouts) ClientGet(ctx context.Context, clientSecret string, opts ...
12971297 return nil , err
12981298 }
12991299
1300- var out apierrors.ResourceNotFound
1300+ var out apierrors.PolarExceptionsResourceNotFound
13011301 if err := utils .UnmarshalJsonFromResponseBody (bytes .NewBuffer (rawBody ), & out , "" ); err != nil {
13021302 return nil , err
13031303 }
@@ -1595,7 +1595,7 @@ func (s *Checkouts) ClientUpdate(ctx context.Context, clientSecret string, check
15951595 return nil , err
15961596 }
15971597
1598- var out apierrors.ResourceNotFound
1598+ var out apierrors.PolarExceptionsResourceNotFound
15991599 if err := utils .UnmarshalJsonFromResponseBody (bytes .NewBuffer (rawBody ), & out , "" ); err != nil {
16001600 return nil , err
16011601 }
@@ -1920,7 +1920,7 @@ func (s *Checkouts) ClientConfirm(ctx context.Context, clientSecret string, chec
19201920 return nil , err
19211921 }
19221922
1923- var out apierrors.ResourceNotFound
1923+ var out apierrors.PolarExceptionsResourceNotFound
19241924 if err := utils .UnmarshalJsonFromResponseBody (bytes .NewBuffer (rawBody ), & out , "" ); err != nil {
19251925 return nil , err
19261926 }
0 commit comments