Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix-ios-cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbrm committed Feb 8, 2024
2 parents de55378 + 2156da0 commit e652898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/skus/order.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ func (s *Service) RenewOrder(ctx context.Context, orderID uuid.UUID) error {
return fmt.Errorf("failed to set order status to paid: %w", err)
}

return s.DeleteOrderCreds(ctx, orderID, true)
return nil
}

0 comments on commit e652898

Please sign in to comment.