ember-cli-patch-stripejs
Advanced tools
Comparing version 0.0.4 to 0.1.0
@@ -13,5 +13,8 @@ /* jshint node: true */ | ||
'var Stripe = {' + | ||
'setPublishableKey: function(){ console.log("Setting publishable key.") },' + | ||
'setPublishableKey: function() { console.log("Setting publishable key.") },' + | ||
'card: {' + | ||
'createToken: function(){ console.log("createToken was called.") }' + | ||
'createToken: function(card, callback) { ' + | ||
'console.log("createToken was called.");' + | ||
'callback(status, response);' + | ||
'}' + | ||
' }' + | ||
@@ -18,0 +21,0 @@ ' }' + |
{ | ||
"name": "ember-cli-patch-stripejs", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "A simple addon to patch the Stripe object for JS", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5590
59