diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-11-12 16:03:27 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-11-12 16:03:27 -0600 |
| commit | 711bddad36919d608dc72e7259d5a54fa129c9a4 (patch) | |
| tree | 0f986a0a25105b8c362970c693498008aeb41707 /StoneIsland/www/js | |
| parent | d45eae9bc88525c9332a301ab753491a68253462 (diff) | |
list credit cards
Diffstat (limited to 'StoneIsland/www/js')
| -rw-r--r-- | StoneIsland/www/js/sdk/cart.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/sdk/cart.js b/StoneIsland/www/js/sdk/cart.js index 6de10d18..cfa997cb 100644 --- a/StoneIsland/www/js/sdk/cart.js +++ b/StoneIsland/www/js/sdk/cart.js @@ -170,7 +170,7 @@ sdk.cart = (function(){ "Issue": opt.issue, }, success: function(data){ - console.log(data) + // console.log(data) opt.success(data) }, error: opt.error, |
