diff --git a/src/Message/CaptureRequest.php b/src/Message/CaptureRequest.php index f1b128e..60bbb6d 100644 --- a/src/Message/CaptureRequest.php +++ b/src/Message/CaptureRequest.php @@ -18,7 +18,7 @@ public function getData() $data = [ 'orderId' => $this->getOrderId(), - 'amount' => $this->getAmount(), + 'amount' => $this->getAmountInteger(), ]; return $data;