From 06d639a114b32d2145760b479e699a05386593d3 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 9 Sep 2025 00:56:51 +0800 Subject: [PATCH] :bug: Fix compile error --- DysonNetwork.Pass/Wallet/SubscriptionRenewalJob.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DysonNetwork.Pass/Wallet/SubscriptionRenewalJob.cs b/DysonNetwork.Pass/Wallet/SubscriptionRenewalJob.cs index 815bd8b2..2e12cb28 100644 --- a/DysonNetwork.Pass/Wallet/SubscriptionRenewalJob.cs +++ b/DysonNetwork.Pass/Wallet/SubscriptionRenewalJob.cs @@ -68,7 +68,8 @@ public class SubscriptionRenewalJob( null, WalletCurrency.GoldenPoint, subscription.FinalPrice, - appIdentifier: SubscriptionService.SubscriptionOrderIdentifier, + appIdentifier: "internal", + productIdentifier: subscription.Identifier, meta: new Dictionary() { ["subscription_id"] = subscription.Id.ToString(),