LLMS_Transaction::process_refund()
Method: Process a Refund Called from the admin panel by clicking a refund (manual or gateway) button
Source: includes/models/model.llms.transaction.php:226
Method: Process a Refund Called from the admin panel by clicking a refund (manual or gateway) button
Source: includes/models/model.llms.transaction.php:226
Filter Hook: Allow custom refund methods for fancy developer folk
Source: includes/models/model.llms.transaction.php:270
Method: Wrapper for $this-get() which allows translation of the database value before outputting on screen
Source: includes/models/model.llms.transaction.php:340
Class: LLMS_Transaction model class
Source: includes/models/model.llms.transaction.php:37
Method: Determine if the transaction can be refunded Status must not be “failed” and total refunded amount must be less than order amount
Source: includes/models/model.llms.transaction.php:61
Method: Get the amount of the transaction that can be refunded
Source: includes/models/model.llms.transaction.php:79
Method: An array of default arguments to pass to $this->create() when creating a new post
Source: includes/models/model.llms.transaction.php:96
Method: Get the total amount of the transaction after deducting refunds
Source: includes/models/model.llms.transaction.php:135
Method: Retrieve an instance of LLMS_Order for the transaction’s parent order
Source: includes/models/model.llms.transaction.php:148
Method: Retrieve the payment gateway instance for the transactions payment gateway
Source: includes/models/model.llms.transaction.php:159