Skip to content

Commit 6c7402a

Browse files
committed
Bold.
1 parent 580c805 commit 6c7402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you would like to make a "one off" charge against a subscribed customer's cre
9797

9898
$user->charge(100);
9999

100-
The `charge` method accepts the amount you would like to charge in the lowest denominator of the currency. So, for example, the example above will charge 100 cents, or $1.00, against the user's credit card.
100+
The `charge` method accepts the amount you would like to charge in the **lowest denominator of the currency**. So, for example, the example above will charge 100 cents, or $1.00, against the user's credit card.
101101

102102
The `charge` method also accepts an array for its second argument, allowing you to pass any options you wish to the underlying Stripe charge creation:
103103

0 commit comments

Comments
 (0)