File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 33namespace Shetabit \Payment \Facade ;
44
55use Illuminate \Support \Facades \Facade ;
6+ use Shetabit \Multipay \Invoice ;
67
78/**
89 * Class Payment
910 *
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)
21+ *
1022 * @package Shetabit\Payment\Facade
23+ * @see \Shetabit\Multipay\Payment
1124 */
1225class Payment extends Facade
1326{
You can’t perform that action at this time.
0 commit comments