Skip to content

Commit e436c6c

Browse files
AmirRezaM75AmirReza
andauthored
Update dock block (#287)
Co-authored-by: AmirReza <amirreza.mehrbakhsh@snapp-pro.market>
1 parent 6cb5683 commit e436c6c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/Facade/Payment.php

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44

55
use Illuminate\Support\Facades\Facade;
66
use Shetabit\Multipay\Invoice;
7+
use Shetabit\Multipay\Contracts\ReceiptInterface;
8+
use Shetabit\Multipay\Payment as MultipayPayment;
79

810
/**
911
* Class Payment
1012
*
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)
2123
*
2224
* @package Shetabit\Payment\Facade
2325
* @see \Shetabit\Multipay\Payment

0 commit comments

Comments
 (0)