preparing for try2 #mythical-man-month was right

This commit is contained in:
YourDreamNameHere
2025-11-20 17:18:18 -05:00
parent bf201f0595
commit 91090f152d
9 changed files with 2911 additions and 13 deletions

View File

@@ -12,6 +12,7 @@ import (
"github.com/ydn/yourdreamnamehere/internal/config"
"github.com/ydn/yourdreamnamehere/internal/models"
"gorm.io/gorm"
)
type DolibarrService struct {

View File

@@ -13,6 +13,9 @@ import (
"github.com/stripe/stripe-go/v76/customer"
"github.com/stripe/stripe-go/v76/webhook"
"gorm.io/gorm"
"github.com/ydn/yourdreamnamehere/internal/config"
"github.com/ydn/yourdreamnamehere/internal/models"
)
type StripeService struct {