Skip to content

Commit

Permalink
Merge pull request #25 from xendit/invoice_upgrade
Browse files Browse the repository at this point in the history
add correct example in invoice creation
  • Loading branch information
albertlieyingadrian authored Jul 9, 2017
2 parents 3103164 + 714dc59 commit 68eef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ php examples/create_invoice_example.php [external_id] [amount] [payer_email] [de

```
cd src/
php examples/create_invoice_with_callback_virtual_account_id_example.php "CUSTOM_ID_0" 30000 "[email protected]" "this is a description" "1234567"
php examples/create_invoice_with_callback_virtual_account_id_example.php "CUSTOM_ID_0" 30000 "[email protected]" "this is a description" "5812caf55fc9b71a7313c652"
```

# Create Disbursement Example : #
Expand Down

0 comments on commit 68eef50

Please sign in to comment.