Skip to content

Commit

Permalink
Merge branch 'fix_capture' into fix_refund
Browse files Browse the repository at this point in the history
  • Loading branch information
Novikov Andrey committed Jan 22, 2019
2 parents 4974474 + 3167cb8 commit 4f09cb2
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 4f09cb2

Please sign in to comment.