Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from marciodojr/marciodojr-orders-patch-3
Browse files Browse the repository at this point in the history
Ajustes no retorno da taxa da Moip
  • Loading branch information
SOSTheBlack authored Apr 11, 2017
2 parents adcb991 + f8fc8bc commit 8ccc1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resource/Orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function getAmountTotal()
*/
public function getAmountFees()
{
return $this->getIfSet('feed', $this->data->amount);
return $this->getIfSet('fees', $this->data->amount);
}

/**
Expand Down

0 comments on commit 8ccc1ba

Please sign in to comment.