Admin subscriptions: batch mark expired with safety guards
This commit is contained in:
@@ -54,7 +54,8 @@ class AdminSiteSubscriptionSyncFailedReasonLongDoesNotRenderKeywordLinkTest exte
|
||||
'activated_at' => now()->subDay(),
|
||||
]);
|
||||
|
||||
$longReason = str_repeat('错', 120);
|
||||
// 超过 config('saasshop.platform_orders.sync_error_keyword_link_max_len', 200)
|
||||
$longReason = str_repeat('错', 220);
|
||||
|
||||
PlatformOrder::query()->create([
|
||||
'merchant_id' => $merchant->id,
|
||||
|
||||
Reference in New Issue
Block a user