fix(renewal): update subscription retrieval method to use token instead of order ID
This commit is contained in:
committed by
Leif Draven
parent
db63281250
commit
8976724c1e
@@ -27,7 +27,7 @@ type RenewalLogic struct {
|
||||
svcCtx *svc.ServiceContext
|
||||
}
|
||||
|
||||
// Renewal Subscription
|
||||
// NewRenewalLogic Renewal Subscription
|
||||
func NewRenewalLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RenewalLogic {
|
||||
return &RenewalLogic{
|
||||
Logger: logger.WithContext(ctx),
|
||||
|
||||
Reference in New Issue
Block a user