Skip to content

Commit

Permalink
Updates code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
l0ck3 committed Jun 4, 2015
1 parent 8668e8a commit 1c084ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/refunds/get_refund_details.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$refund = new Paymill\Models\Request\Refund();
$refund->setId('refund_773ab6f9cd03428953c9');
$refund->setId('refund_87bc404a95d5ce616049');

$response = $request->getOne($refund);

0 comments on commit 1c084ce

Please sign in to comment.