Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 6d3be1d

Browse files
committed
Remove // from bitcoin URI
1 parent 5ef7ede commit 6d3be1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/buyWizardVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ module.exports = baseVw.extend({
531531
this.$el.find('.js-buyWizardDetailsTotalBTC').text(totalBTCPrice);
532532
this.payURL = data.payment_address;
533533

534-
payHREF = "bitcoin://"+ data.payment_address+"?amount="+totalBTCPrice;
534+
payHREF = "bitcoin:"+ data.payment_address+"?amount="+totalBTCPrice;
535535
if(localStorage.getItem('AdditionalPaymentData') != "false") {
536536
payHREF += "&label="+storeName+"&message="+message;
537537
}

0 commit comments

Comments
 (0)