This commit is contained in:
2025-09-04 09:59:38 +05:00
parent 772ac9ad0f
commit eefe130ad3
7 changed files with 20 additions and 3 deletions

View File

@@ -8,6 +8,6 @@ class VisaMasterPaymentOrderController extends Controller
{
public function index()
{
return response()->json();
}
}