Skip to content

Commit

Permalink
Update example.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 5, 2017
1 parent 90ea1bd commit 2f24513
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/v3/getting-transaction-index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

$billplz = Billplz\Client::make($api)->useSandbox();

$transaction = $billplz->transaction();

$response = $transaction->show($bill);
$response = $billplz->bill()->transaction($bill);

var_dump($response->toArray());

0 comments on commit 2f24513

Please sign in to comment.