mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
You can now use bitcoin to buy gems.
This commit is contained in:
parent
dec201ad22
commit
13f9d71cca
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ module.exports = class BuyGemsModal extends ModalView
|
|||
stripeHandler.open({
|
||||
description: $.t(product.i18n)
|
||||
amount: product.amount
|
||||
bitcoin: true
|
||||
})
|
||||
|
||||
@productBeingPurchased = product
|
||||
|
|
Loading…
Reference in a new issue