Skip to content

Commit 666f09e

Browse files
Fixed typo [skip ci]
1 parent 0da907d commit 666f09e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Message/Concerns/RequestEndpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
trait RequestEndpoint
1515
{
1616
/**
17-
* Trả về url kết nối MoMo.
17+
* Trả về url kết nối VTCPay.
1818
*
1919
* @return string
2020
*/

src/Message/Concerns/RequestSignature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
trait RequestSignature
1717
{
1818
/**
19-
* Trả về chữ ký điện tử gửi đến OnePay dựa theo [[getSignatureParameters()]].
19+
* Trả về chữ ký điện tử gửi đến VTCPay dựa theo [[getSignatureParameters()]].
2020
*
2121
* @return string
2222
*/

src/Message/Concerns/ResponseProperties.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
trait ResponseProperties
1515
{
1616
/**
17-
* Phương thức hổ trợ tạo các thuộc tính của đối tượng từ dữ liệu gửi về từ OnePay.
17+
* Phương thức hổ trợ tạo các thuộc tính của đối tượng từ dữ liệu gửi về từ VTCPay.
1818
*
1919
* @param string $name
2020
* @return null|string
@@ -31,7 +31,7 @@ public function __get($name)
3131
}
3232

3333
/**
34-
* Phương thức hổ trợ bảo vệ các thuộc tính của đối tượng từ dữ liệu gửi về từ OnePay.
34+
* Phương thức hổ trợ bảo vệ các thuộc tính của đối tượng từ dữ liệu gửi về từ VTCPay.
3535
*
3636
* @param string $name
3737
* @param mixed $value

src/Message/Concerns/ResponseSignatureValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
trait ResponseSignatureValidation
1818
{
1919
/**
20-
* Kiểm tra tính hợp lệ của dữ liệu do MoMo phản hồi.
20+
* Kiểm tra tính hợp lệ của dữ liệu do VTCPay phản hồi.
2121
*
2222
* @throws InvalidResponseException
2323
*/

0 commit comments

Comments
 (0)