| 1 | <?php  | 
            ||
| 5 | class Payment_Adaptive_Refund extends Payment_Adaptive { | 
            ||
| 6 | |||
| 7 | const API_OPERATION_REFUND = 'Refund';  | 
            ||
| 8 | |||
| 9 | /**  | 
            ||
| 10 | * Perform a low-level Refund API request.  | 
            ||
| 11 | */  | 
            ||
| 12 | public function refund($data)  | 
            ||
| 16 | |||
| 17 | public function do_refund(array $transaction, array $receivers = NULL, $chained = FALSE)  | 
            ||
| 51 | }  | 
            ||
| 52 |