Skip to content

Commit f64610a

Browse files
committed
Update README.md
1 parent 9453168 commit f64610a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,19 @@ use Rocket\Checkout\Checkout;
9797
$invoice = $checkout->queryInvoice("INVOICE UNIQUE ID");
9898
$status = $checkout->getInvoiceStatus();
9999

100-
```
100+
```
101+
102+
103+
### Transfer Money:
104+
105+
106+
``` php
107+
<?php
108+
109+
use Rocket\Payment\Transfer;
110+
111+
$transfer = new Transfer("INFORM YOU SIMPLE CHECKOUT KEY");
112+
$send = $transfer->sendTransfer("[email protected]",20.00);
113+
$send->getStatus();
114+
115+
```

0 commit comments

Comments
 (0)