Skip to content

Commit 5ecf187

Browse files
Updated VTCPay gateway doc
1 parent b12520e commit 5ecf187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Facades/VTCPay/Gateway.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ protected static function getFacadeAccessor()
2828
}
2929

3030
/**
31-
* Create a request to accept notification.
31+
* Tạo yêu cầu truy vấn notification từ VTCPay.
3232
*
33-
* This is an alias of [[acceptNotification()]] for sync with style standard of another gateway.
33+
* Đây là phương thức ánh xạ của [[acceptNotification()]] với mục đích đồng bộ các phương thức so với các cổng thanh toán khác.
3434
*
3535
* @param array $options
3636
*
3737
* @return \Omnipay\VtcPay\Message\AcceptNotificationRequest
3838
*/
39-
public function notification(array $options = [])
39+
public static function notification(array $options = [])
4040
{
41-
return static::getFacadeAccessor()->acceptNotification($options);
41+
return static::getFacadeAccessor()::acceptNotification($options);
4242
}
4343
}

0 commit comments

Comments
 (0)