Skip to content

Commit 9abe03d

Browse files
authored
Fix setter vnp_BankCode
1 parent c5ab63f commit 9abe03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/PurchaseRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function getVnpBankCode(): ?string
134134
* @param null|string $code
135135
* @return $this
136136
*/
137-
public function setBankCode(?string $code)
137+
public function setVnpBankCode(?string $code)
138138
{
139139
return $this->setParameter('vnp_BankCode', $code);
140140
}

0 commit comments

Comments
 (0)