Adds order Id

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-06 16:26:26 -03:00
commit 5fe96476bf
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -159,7 +159,8 @@ angular.module('copayApp.services').factory('amazonService', function($http, $lo
root.createBitPayInvoice = function(data, cb) {
var data = {
price: data.price,
currency: data.currency
currency: data.currency,
orderId: data.orderId
};
_checkLimit(data.price, function(err) {
if (err) return cb(err);