Skip to content

Commit

Permalink
Merge pull request bitpay#481 from chjj/paypro_server_outputs
Browse files Browse the repository at this point in the history
paypro: example - add another higher output to the server outputs.
  • Loading branch information
maraoz committed Aug 8, 2014
2 parents 7d03056 + 3ff70ac commit d9ffe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PayPro/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ app.post('/-/request', function(req, res, next) {

var outputs = [];

[2000, 1000].forEach(function(value) {
[2000, 1000, 10000].forEach(function(value) {
var po = new PayPro();
po = po.makeOutput();
// number of satoshis to be paid
Expand Down

0 comments on commit d9ffe75

Please sign in to comment.