Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #149 from YesThatAllen/update-grammar
Browse files Browse the repository at this point in the history
its
  • Loading branch information
kkacin committed Dec 1, 2016
2 parents 9666e52 + 4982f9f commit 11c970e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doculab/docs/api-coupons.textile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ h3. Validate
URL: @https://<subdomain>.chargify.com/coupons/validate.<format>?code=<coupon_code>@
Method: @GET@
Required Parameters: coupon_id or coupon_code
Response: If the coupon is invalid, the status code will be 404 and the response will say why its invalid. If it's valid the status code will be 200 and the coupon will be returned. The following reasons for invalidity are supported:
Response: If the coupon is invalid, the status code will be 404 and the response will say why it is invalid. If the coupon is valid, the status code will be 200 and the coupon will be returned. The following reasons for invalidity are supported:

* Coupon not found
* Coupon is invalid
Expand Down
2 changes: 1 addition & 1 deletion doculab/docs/api-subscriptions.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2793,7 +2793,7 @@ h3(#api-usage-xml-subscriptions-delayed-cancel). XML Delayed Cancel Usage Exampl
Feature: Chargify Subscriptions Delayed Cancel XML API
In order integrate my app with Chargify
As a developer
I want to cancel a subscription at the end of it's current period via the Chargify XML API
I want to cancel a subscription at the end of its current period via the Chargify XML API

Background:
Given I am a valid API user
Expand Down

0 comments on commit 11c970e

Please sign in to comment.