first commit

This commit is contained in:
2025-09-10 15:28:46 +03:30
commit 00edec179a
204 changed files with 21024 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
return [
'url' => [
'request' => 'https://api.zarinpal.com/pg/v4/payment/request.json',
'pay' => 'https://www.zarinpal.com/pg/StartPay/',
'verify' => 'https://api.zarinpal.com/pg/v4/payment/verify.json',
],
// 'merchant_id' => '90c5ed4c-3190-4bd0-9af5-848b0a0f0294'
'merchant_id' => 'bec1acb8-2022-11ea-be42-000c295eb8fc'
];