Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Apr 19, 2017
1 parent 3799a7b commit edf6d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ print_r($bal->getResponse());
```
CardToAccountTransaction
CardToWalletTransaction
ChargeToCardTransaction
TotalChargeToCardTransaction
WalletToAccountTransaction
BulkWalletToAccountTransaction
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use Moneywave\Moneywave;

class ChargeToCardTransaction extends Transaction
class TotalChargeToCardTransaction extends Transaction
{

protected $url = "/v1/get-charge";
Expand Down

0 comments on commit edf6d4e

Please sign in to comment.