braintree-as-promised
Advanced tools
Comparing version 0.3.2 to 0.4.0
{ | ||
"name": "braintree-as-promised", | ||
"description": "Add native promises to braintree gateway", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"homepage": "https://github.com/enhancv/braintree-as-promised", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -18,3 +18,3 @@ 'use strict'; | ||
object[method](...arguments, callback); | ||
object[method].apply(object, Array.prototype.slice.call(arguments).concat([callback])); | ||
}); | ||
@@ -95,2 +95,9 @@ }; | ||
}, | ||
testing: { | ||
settle: null, | ||
settlementPending: null, | ||
settlementConfirm: null, | ||
settlementDecline: null, | ||
settlementOperationWithEnvironmentCheck: null, | ||
}, | ||
}; | ||
@@ -97,0 +104,0 @@ |
10213
168