Skip to content

Commit

Permalink
Readme fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepshetty committed Sep 16, 2011
1 parent a0ba2d9 commit 73f2b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,7 +59,7 @@ Making API calls:
try
{
// Get all products
$response = $shopify('GET', '/admin/products.json', array('published_status'=>'published'));
$products = $shopify('GET', '/admin/products.json', array('published_status'=>'published'));


// Create a new recurring charge
Expand All @@ -76,7 +76,7 @@ Making API calls:

try
{
$response = $shopify('POST', '/admin/recurring_application_charges.json', $charge, $headers);
$recurring_application_charge = $shopify('POST', '/admin/recurring_application_charges.json', $charge, $headers);
}
catch (ShopifyApiException $e)
{
Expand Down

0 comments on commit 73f2b6b

Please sign in to comment.