Skip to content

Commit cee8cb0

Browse files
Clean duplicate code [skip ci]
1 parent d55a9ca commit cee8cb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Message/PurchaseRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ public function initialize(array $parameters = [])
3838
$this->setVnpCurrCode(
3939
$this->getVnpCurrCode() ?? 'VND'
4040
);
41-
$this->setVnpIpAddr(
42-
$this->getVnpIpAddr() ?? $this->httpRequest->getClientIp()
43-
);
4441

4542
return $this;
4643
}

0 commit comments

Comments
 (0)