preparing for try2 #mythical-man-month was right
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
|
||||
"github.com/ydn/yourdreamnamehere/internal/config"
|
||||
"github.com/ydn/yourdreamnamehere/internal/models"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
type DolibarrService struct {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user