This commit is contained in:
2024-06-05 12:47:16 +05:00
parent 6be7c614c1
commit 88259e88a4
6 changed files with 378 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ class OnlinePaymentRepo
/**
* Generate order number for payment
*/
public function generateOrderNumber(mixed $resource): int
public function generateOrderNumber(mixed $resource): string
{
return date('dmyHis');
}