Skip to content

Commit

Permalink
Update dock block (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: AmirReza <[email protected]>
  • Loading branch information
AmirRezaM75 and AmirReza authored Jul 8, 2023
1 parent 6cb5683 commit e436c6c
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/Facade/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@

use Illuminate\Support\Facades\Facade;
use Shetabit\Multipay\Invoice;
use Shetabit\Multipay\Contracts\ReceiptInterface;
use Shetabit\Multipay\Payment as MultipayPayment;

/**
* Class Payment
*
* @method static config($key, $value = null)
* @method static callbackUrl($url = null)
* @method static resetCallbackUrl()
* @method static amount($amount)
* @method static detail($key, $value = null)
* @method static transactionId($id)
* @method static via($driver)
* @method static purchase(Invoice $invoice = null, $finalizeCallback = null)
* @method static pay($initializeCallback = null)
* @method static verify($finalizeCallback = null)
* @method static MultipayPayment config($key, $value = null)
* @method static MultipayPayment callbackUrl($url = null)
* @method static MultipayPayment resetCallbackUrl()
* @method static MultipayPayment amount($amount)
* @method static MultipayPayment detail($key, $value = null)
* @method static MultipayPayment transactionId($id)
* @method static MultipayPayment via($driver)
* @method static MultipayPayment purchase(Invoice $invoice = null, $finalizeCallback = null)
* @method static mixed pay($initializeCallback = null)
* @method static ReceiptInterface verify($finalizeCallback = null)
*
* @package Shetabit\Payment\Facade
* @see \Shetabit\Multipay\Payment
Expand Down

0 comments on commit e436c6c

Please sign in to comment.