Skip to content

Commit

Permalink
basket items added to sample on readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalçın Yenigün committed Jan 22, 2016
1 parent b6a0e33 commit ce17341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public static void main(String[] args) {
basketItem1.setSubMerchantKey("subMerchantKey");
basketItem1.setSubMerchantPrice(new BigDecimal("0.27"));
basketItems.add(basketItem1);
request.setBasketItems(basketItems);

PaymentAuth paymentAuth = PaymentAuth.create(request, options);
}
Expand Down

0 comments on commit ce17341

Please sign in to comment.