wrong json key

This commit is contained in:
Alex Grintsvayg 2017-03-24 13:28:02 -04:00
parent 43ac11f4c6
commit 600eaa46c7

View file

@ -60,8 +60,8 @@ lbry.quickstartForm = function (selector, apiUrl) {
.done(function (responseData) { .done(function (responseData) {
var data = responseData.data; var data = responseData.data;
var anchor = $('<a class="link-primary--break-word"></a>'); var anchor = $('<a class="link-primary--break-word"></a>');
anchor.attr("href", "https://explorer.lbry.io/tx/" + data.transactionID); anchor.attr("href", "https://explorer.lbry.io/tx/" + data.TransactionID);
anchor.html(data.transactionID) anchor.html(data.TransactionID)
form.find('.notice-success') form.find('.notice-success')
.html(data.RewardAmount + " credits sent in transaction ") .html(data.RewardAmount + " credits sent in transaction ")
.append(anchor) .append(anchor)