admin: 追加退款回执后重定向到追加退款面板锚点
This commit is contained in:
@@ -70,7 +70,7 @@ class AdminPlatformOrderAddRefundReceiptShouldRedirectBackToShowWithAnchorAndBac
|
||||
|
||||
$expected = '/admin/platform-orders/' . $order->id . '?' . Arr::query([
|
||||
'back' => $back,
|
||||
]) . '#refund-receipts';
|
||||
]) . '#add-refund-receipt';
|
||||
|
||||
$res->assertRedirect($expected);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user