Skip to content

Commit

Permalink
Merge pull request #41 from shahariaazam/patch-1
Browse files Browse the repository at this point in the history
Readme  Example error fix - Update README.md
  • Loading branch information
brianmc committed Apr 14, 2015
2 parents 47bcacf + 51a5598 commit 6843307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $subscription->intervalLength = "1";
$subscription->intervalUnit = "months";
$subscription->startDate = "2011-03-12";
$subscription->totalOccurrences = "12";
$subscription->amount = "12.99");
$subscription->amount = "12.99";
$subscription->creditCardCardNumber = "6011000000000012";
$subscription->creditCardExpirationDate= "2018-10";
$subscription->creditCardCardCode = "123";
Expand Down

0 comments on commit 6843307

Please sign in to comment.