cordova-plugin-paypal-here
Advanced tools
Comparing version
{ | ||
"name": "cordova-plugin-paypal-here", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Cordova plugin for PayPal Here", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -32,5 +32,6 @@ var exec = require('cordova/exec') | ||
parseString(args.currencyCode), | ||
parseNumber(args.total) | ||
parseNumber(args.total), | ||
parseString(args.invoiceNumber) | ||
]) | ||
} | ||
Sorry, the diff of this file is not supported yet
13833
2.01%30
3.45%