|
4 | 4 |
|
5 | 5 | use Illuminate\Support\Facades\Facade; |
6 | 6 | use Shetabit\Multipay\Invoice; |
| 7 | +use Shetabit\Multipay\Contracts\ReceiptInterface; |
| 8 | +use Shetabit\Multipay\Payment as MultipayPayment; |
7 | 9 |
|
8 | 10 | /** |
9 | 11 | * Class Payment |
10 | 12 | * |
11 | | - * @method static config($key, $value = null) |
12 | | - * @method static callbackUrl($url = null) |
13 | | - * @method static resetCallbackUrl() |
14 | | - * @method static amount($amount) |
15 | | - * @method static detail($key, $value = null) |
16 | | - * @method static transactionId($id) |
17 | | - * @method static via($driver) |
18 | | - * @method static purchase(Invoice $invoice = null, $finalizeCallback = null) |
19 | | - * @method static pay($initializeCallback = null) |
20 | | - * @method static verify($finalizeCallback = null) |
| 13 | + * @method static MultipayPayment config($key, $value = null) |
| 14 | + * @method static MultipayPayment callbackUrl($url = null) |
| 15 | + * @method static MultipayPayment resetCallbackUrl() |
| 16 | + * @method static MultipayPayment amount($amount) |
| 17 | + * @method static MultipayPayment detail($key, $value = null) |
| 18 | + * @method static MultipayPayment transactionId($id) |
| 19 | + * @method static MultipayPayment via($driver) |
| 20 | + * @method static MultipayPayment purchase(Invoice $invoice = null, $finalizeCallback = null) |
| 21 | + * @method static mixed pay($initializeCallback = null) |
| 22 | + * @method static ReceiptInterface verify($finalizeCallback = null) |
21 | 23 | * |
22 | 24 | * @package Shetabit\Payment\Facade |
23 | 25 | * @see \Shetabit\Multipay\Payment |
|
0 commit comments