paypro: reimplement merchant field in uri parser.
This commit is contained in:
parent
1a0f782e6d
commit
ac8f5a55bc
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ HDPath.parseBitcoinURI = function(uri) {
|
|||
});
|
||||
ret.amount = parseFloat(data.amount);
|
||||
ret.message = data.message;
|
||||
ret.merchant = data.r;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue