Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html/plugins/hikashoppayment/payplug2/lib/Payplug/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html/plugins/hikashoppayment/payplug2/lib/Payplug/Refund.php

<?php
namespace Payplug;

class Refund {
    public static function create($payment, array $data = null, Payplug
$payplug = null)
    {
    	return Resource\Refund::create($payment, $data, $payplug);
    }

    public static function retrieve($payment, $refundId, Payplug $payplug =
null)
    {
    	return Resource\Refund::retrieve($payment, $refundId, $payplug);
    }

    public static function listRefunds($payment, Payplug $payplug = null)
    {
    	return Resource\Refund::listRefunds($payment, $payplug);
    }
}