forked from jsnbuchanan/crowd-funder-for-time-pwa
add flag for logging a contribution as a trade
This commit is contained in:
@@ -385,7 +385,9 @@ export default class HomeView extends Vue {
|
||||
public async retrieveGives(endorserApiServer: string, beforeId?: string) {
|
||||
const beforeQuery = beforeId == null ? "" : "&beforeId=" + beforeId;
|
||||
const response = await fetch(
|
||||
endorserApiServer + "/api/v2/report/gives?" + beforeQuery,
|
||||
endorserApiServer +
|
||||
"/api/v2/report/gives?giftNotTrade=true&" +
|
||||
beforeQuery,
|
||||
{
|
||||
method: "GET",
|
||||
headers: await this.buildHeaders(),
|
||||
|
||||
Reference in New Issue
Block a user