Kaynağa Gözat

update doc

tags/2.0.1
0nepeop1e 5 yıl önce
ebeveyn
işleme
98433c9985
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      src/Facade/Payment.php

+ 4
- 0
src/Facade/Payment.php Dosyayı Görüntüle

19
  * @method static bool verifyGatewayReturn(Request $request)
19
  * @method static bool verifyGatewayReturn(Request $request)
20
  * @method static bool verifyGatewayCallback(Request $request, Response &$response = null)
20
  * @method static bool verifyGatewayCallback(Request $request, Response &$response = null)
21
  * @method static string|null getBillIdFromRequest(Request $request)
21
  * @method static string|null getBillIdFromRequest(Request $request)
22
+ * @method static int|null getBillStatus(Request $request)
23
+ * @method static bool|null isBillSuccess(Request $request)
24
+ * @method static bool|null isBillFailed(Request $request)
25
+ * @method static bool|null isBillPending(Request $request)
22
  */
26
  */
23
 class Payment extends Facade
27
 class Payment extends Facade
24
 {
28
 {

Loading…
İptal
Kaydet