mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
Update gem charge statement descriptors
Shown on bank statements and credit bills.
This commit is contained in:
parent
7b92bf8c84
commit
32b10b33e4
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ PaymentHandler = class PaymentHandler extends Handler
|
|||
description: req.body.description
|
||||
}
|
||||
receipt_email: req.user.get('email')
|
||||
statement_descriptor: 'CODECOMBAT.COM'
|
||||
}).then(
|
||||
# success case
|
||||
((charge) => @recordStripeCharge(req, res, charge)),
|
||||
|
|
Loading…
Reference in a new issue