remove nikarayan service provider

This commit is contained in:
2024-04-20 11:05:12 +03:30
parent bc47eeafd5
commit 3fe1ed3746
4 changed files with 7 additions and 42 deletions

View File

@@ -67,6 +67,6 @@ class PaymentService
abort(500);
}
}
return 0;
return json_encode(['isPayed' => 1]);
}
}