Skip to content

Commit

Permalink
Update PortAbstract.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisi authored Apr 24, 2017
1 parent 3877938 commit a1f5213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PortAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function price($price)
function verify($transaction)
{
$this->transaction = $transaction;
$this->transactionId = intval($transaction->id);
$this->transactionId = $transaction->id;
$this->amount = intval($transaction->price);
$this->refId = $transaction->ref_id;
}
Expand Down

0 comments on commit a1f5213

Please sign in to comment.