From f28bbf7d087e7bd36550eee3a40aebdec0bbb478 Mon Sep 17 00:00:00 2001 From: Sebastien LEBRETON Date: Mon, 28 Oct 2013 11:32:34 +0100 Subject: [PATCH] Coupon are also supported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c21415c..3b94ba6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ public class Program } ``` -We currently only support the order API, not the subscription one. +We currently only support the order and coupon API, not the subscription one. All calls made to the FastSpring server are currently made synchronous and blocking. -Wrap your calls into a Task if you want them to to be asynchronous. \ No newline at end of file +Wrap your calls into a Task if you want them to to be asynchronous.