Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/app/Interfaces/PaymentRepositoryInterface.php
Назад
<?php namespace App\Interfaces; interface PaymentRepositoryInterface{ public function getLastRentPaymentRecord($unit_id,$user_id); public function getBreakdownOfPayment($unit_id,$user_id, $type,$payment_through); public function getCurrentMonthCalculatedRentByDays($unit_id,$user_id,$payment_through = null); public function checkForTransaction($user_id); public function captureTransaction($payment_type,$payment_amount = null, $payment_method_id, $unit_id, $user,$other_payment_note = null,$payment_through,$bank_intent = null, $setup_intent_id = null); public function checkForFirstTime($unit,$user_id); public function stripePayment($payment_type = null,$payment_amount,$payment_method_id = null, $user,$other_payment_note = null, $rent_object = null,$property_owner = null); // public function createNextRentPayment($last_rent,$unit,$user); public function makeTransactionCharges($user,$property_owner,$payment_amount,$payment_through,$transaction_id = null); public function extraUnitPayment($user,$payment_method_id,$payment_amount,$transaction_charges); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка