Skip to content

Commit

Permalink
fix capture amount
Browse files Browse the repository at this point in the history
  • Loading branch information
loveorigami authored Dec 6, 2018
1 parent 12f00cb commit 3167cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/CaptureRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function getData()

$data = [
'orderId' => $this->getOrderId(),
'amount' => $this->getAmount(),
'amount' => $this->getAmountInteger(),
];

return $data;
Expand Down

0 comments on commit 3167cb8

Please sign in to comment.