Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 6bcfa9d

Browse files
committed
Add force parameter in AddRequest method
1 parent 8e30335 commit 6bcfa9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Request/Method/Payment/AddRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public function execute(array $optional = [])
154154
{
155155
$params = [
156156
'amount' => $this->getAmount(),
157+
'force' => $this->isForced(),
157158
];
158159

159160
if($this->getMemo() !== null) {

0 commit comments

Comments
 (0)