update raw refund

This commit is contained in:
2026-03-13 13:35:50 +08:00
parent ca2881a1e7
commit a3a08ade86
@@ -144,6 +144,6 @@ class RawRefundController extends RefundController
#[RequestMapping(path: "{id}", methods: "GET")]
public function show(int $id): ResponseInterface|array
{
return AbstractDataController::show($id);
return parent::show($id);
}
}