mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
Show a status message immediately when user submits credit card.
This commit is contained in:
@@ -164,7 +164,7 @@ r.gold = {
|
||||
status.text(r._('missing zip code'))
|
||||
} else {
|
||||
|
||||
status.text('')
|
||||
status.text(reddit.status_msg.submitting)
|
||||
submit.attr('disabled', 'disabled')
|
||||
Stripe.createToken({
|
||||
name: cardName,
|
||||
|
||||
Reference in New Issue
Block a user