From f3870a9fb12c93d9017d6f9894f3eb22238fdb47 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 14 Apr 2014 17:48:02 -0400 Subject: [PATCH] Fixed a typo --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 5974b269..1a4649b4 100644 --- a/samples/README.md +++ b/samples/README.md @@ -19,7 +19,7 @@ Samples * credit-card-payment.js - make payement with a CreditCard * get-credit-card - get creditcard details associated with a CreditCardID(ID got from save-credit-card) * get-payment - get payment details - * get-sale-details.js - get sale datails + * get-sale-details.js - get sale details * list-payments.js - list all the payments associated with this emailId * payment-with-paypal.js - make payment using PayPal * pay-with-saved-card.js - pay with saved credit card (using CreditCard ID got from save-credit-card)