mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-05 20:25:02 -05:00
payments: Add an amount field to the stripe payment form.
This commit is contained in:
@@ -6638,7 +6638,7 @@ body.gold .buttons li.comment-save-button { display: inline; }
|
||||
white-space:nowrap;
|
||||
font-size:smaller;
|
||||
}
|
||||
|
||||
#stripe-payment .credit-card-amount { text-align: left; }
|
||||
#stripe-payment th label { display:inline; }
|
||||
#stripe-payment td input {
|
||||
font-size:small;
|
||||
|
||||
@@ -156,6 +156,10 @@
|
||||
<div>${_('Stripe is PCI compliant and your credit card information is sent directly to them.')}</div>
|
||||
</div>
|
||||
<table class="credit-card-input">
|
||||
<tr>
|
||||
<th><label>${_('amount')}</label></th>
|
||||
<th class="credit-card-amount">${thing.price}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><label>${_('name')}</label></th>
|
||||
<td><input type="text" autocomplete="off" class="card-name"></td>
|
||||
|
||||
Reference in New Issue
Block a user