Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Feawel committed Dec 26, 2015
1 parent 7beb0fc commit 7775c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/SipsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function approveAndDeposit(FinancialTransactionInterface $transaction, $r
$transaction->setResponseCode(PluginInterface::RESPONSE_CODE_SUCCESS);
$transaction->setReasonCode(PluginInterface::REASON_CODE_SUCCESS);

$transaction->setProcessedAmount($data->get('amount') / 100);
$transaction->setProcessedAmount($data->get('sub_amount') / 100);
}
}

Expand Down

0 comments on commit 7775c39

Please sign in to comment.