From 13f9d71cca37b36645df51679f9e72f2264aa46d Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Wed, 25 Feb 2015 11:33:51 -0800 Subject: [PATCH] You can now use bitcoin to buy gems. --- app/views/play/modal/BuyGemsModal.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/play/modal/BuyGemsModal.coffee b/app/views/play/modal/BuyGemsModal.coffee index 13c836f34..9180bf078 100644 --- a/app/views/play/modal/BuyGemsModal.coffee +++ b/app/views/play/modal/BuyGemsModal.coffee @@ -70,6 +70,7 @@ module.exports = class BuyGemsModal extends ModalView stripeHandler.open({ description: $.t(product.i18n) amount: product.amount + bitcoin: true }) @productBeingPurchased = product