Adds order Id

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-06 16:26:26 -03:00
parent a214211c8c
commit 5fe96476bf
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 2 additions and 1 deletions

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);