Skip to content

Commit

Permalink
Upside-down
Browse files Browse the repository at this point in the history
  • Loading branch information
DanKeeble committed Jul 13, 2015
1 parent eff6cf2 commit 6d28b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ If you have additional Stripe webhook events you would like to handle, simply ex
<a name="single-charges"></a>
## Single Charges

If you would like to make a "one off" charge against a subscribed customer's credit card, you may use the `charge` method on a billable model instance. The `charge` method accepts the amount you would like to charge in the **lowest denominator of the currency used by your application**. So, for example, the example above will charge 100 cents, or $1.00, against the user's credit card:
If you would like to make a "one off" charge against a subscribed customer's credit card, you may use the `charge` method on a billable model instance. The `charge` method accepts the amount you would like to charge in the **lowest denominator of the currency used by your application**. So, for example, the example below will charge 100 cents, or $1.00, against the user's credit card:

$user->charge(100);

Expand Down

0 comments on commit 6d28b33

Please sign in to comment.