fix(renewal): update subscription retrieval method to use token instead of order ID

This commit is contained in:
Chang lue Tsen
2025-07-23 10:30:02 -04:00
committed by Leif Draven
parent db63281250
commit 8976724c1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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),