Merge branch 'develop' into 'devops-production'
Develop See merge request empatnusabangsa/ppob/ppob-frontend!126
This commit is contained in:
		| @@ -158,7 +158,7 @@ export class Transaction { | ||||
|   async getDataHistoryTopUp(id) { | ||||
|     try { | ||||
|       const response = await http.get( | ||||
|         `/transaction/history-deposit?page=${this.pageHistoryTopUp}&pageSize=${this.pageSizeHistoryTopUp}&user-destination=${id}` | ||||
|         `/transaction/history-deposit?page=${this.pageHistoryTopUp}&pageSize=${this.pageSizeHistoryTopUp}&user-destination=${id}&start=${this.filterStart}&end=${this.filterEnd}` | ||||
|       ); | ||||
|       console.log(response,'get data history') | ||||
|       this.dataHistoryTopUp = response.body.data ?? []; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user