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 f4070be commit 72ccbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/refunds/get_refund_details.java
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
RefundService = paymillContext.getRefundService();
Refund refund = refundService.get("refund_773ab6f9cd03428953c9");
Refund refund = refundService.get("refund_87bc404a95d5ce616049");
2 changes: 1 addition & 1 deletion samples/subscriptions/delete_subscription.java
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SubscriptionService subscriptionService = paymillContext.getSubscriptionService();
subscriptionService.delete("sub_dc180b755d10da324864");
subscriptionService.delete("sub_d68bcdc8656a7932eb44");

0 comments on commit 72ccbba

Please sign in to comment.