Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lintangtimur committed Jul 16, 2019
1 parent a997eaa commit edf1341
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,27 @@ disitu ada hardcode productType 001, bisa dicoba sendiri itu efek terhadap apa,
```
Contoh: `$ovo->unreadHistory()->getTotal()`

### Transfer Antar Bank
```php

/**
* transer antar bank
*
* @param string $accountName nama akun
* @param string $accountNo No akun OVO Cash
* @param string $accountNoDestination No rekening yang dituju
* @param int $amount jumlah yang akan ditransfer
* @param string $bankCode kode bank yang dituju
* @param string $bankName nama bank
* @param string $message
* @param string $notes
* @return \Stelin\Response\TransferDirectResponse
*/
public function transferBank($accountName, $accountNo, $accountNoDestination, $amount, $bankCode, $bankName, $message, $notes)
```

## TODO
- [x] cek mutasi
- [ ] Signature Header untuk transfer sesama OVO lebih dari 2x


## Contribute
Expand Down

0 comments on commit edf1341

Please sign in to comment.