update raw refund
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user