Merge pull request #47 from witelgroup/feature/backup

create cron for backing up db
This commit is contained in:
Amir Ghasempoor
2025-09-27 09:22:46 +03:30
committed by GitHub
6 changed files with 68 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class PaymentService
'type' => 1,
'instanceid' => 123,
'ownerid' => $driver_national_code,
'calculationBox' => "{\"rows\":[{\"amount\":" . $final_amount . ",\"code\":\"7070021060000015\"}]}"
'calculationBox' => "{\"rows\":[{\"amount\":" . $final_amount . ",\"code\":\"7070011026200593\"}]}"
);
$ch = curl_init();