From f787054fb43974b8f045ebb2b90ca7af8c7906f1 Mon Sep 17 00:00:00 2001 From: Sylvain BLOT Date: Sat, 15 Feb 2014 08:36:42 +0100 Subject: [PATCH] price_currency_iso in button api --- coinbase/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/coinbase/__init__.py b/coinbase/__init__.py index ac1c390..270447f 100644 --- a/coinbase/__init__.py +++ b/coinbase/__init__.py @@ -476,6 +476,7 @@ def create_button(self, name, "price": str(price), "price_string": str(price), "currency": currency, + "price_currency_iso": currency, "type": type, "style": style, "text": text,