File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments