✏️ 正在编辑: OrendaService.php
路径:
/srv/systems_dir/koruspay/application/Modules/Api/OrendaService.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace Modules\Api; class OrendaService { public static $_calculateTaxTransaction = false; public function createTransfer($transaction, $type) { if ($type === 'TARIFA') { return [ 'transfer_id' => $transaction['parent_id'], 'situation' => 'CONCLUIDO', 'amount_paid' => $transaction['amount'], 'payment_date' => date('Y-m-d'), 'low_date' => date('Y-m-d H:i:s'), 'status_description' => null ]; } } }
💾 保存文件
← 返回文件管理器