We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5ab63f + 0dad0c9 commit 91e2059Copy full SHA for 91e2059
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Tất cả lịch sử tiến trình phát triển thư viện
4
5
+## 1.0.2
6
+
7
+- Sửa lỗi setter vnp_BankCode.
8
9
## 1.0.1
10
11
- Hổ trợ thiết lập kiểu mã hóa khi tạo chữ ký dự liệu thông qua parameter `vnp_SecureHashType`.
src/Message/PurchaseRequest.php
@@ -134,7 +134,7 @@ public function getVnpBankCode(): ?string
134
* @param null|string $code
135
* @return $this
136
*/
137
- public function setBankCode(?string $code)
+ public function setVnpBankCode(?string $code)
138
{
139
return $this->setParameter('vnp_BankCode', $code);
140
}
0 commit comments