added fields to payouts
This commit is contained in:
parent
c334714180
commit
e412092a4d
@ -22,7 +22,7 @@ function defaultDataResponseProcessor(data) {
|
|||||||
export const API_PATH_MAIN = "https://hostapay.trade/api/v1/";
|
export const API_PATH_MAIN = "https://hostapay.trade/api/v1/";
|
||||||
export const API_PATH_TEST = "https://test.0x000f.ru/api/v1/";
|
export const API_PATH_TEST = "https://test.0x000f.ru/api/v1/";
|
||||||
|
|
||||||
export const API_PATH_VALUE = API_PATH_TEST;
|
export const API_PATH_VALUE = API_PATH_MAIN;
|
||||||
|
|
||||||
async function makePost(
|
async function makePost(
|
||||||
url,
|
url,
|
||||||
|
|||||||
@ -595,6 +595,8 @@
|
|||||||
<th>Карта</th>
|
<th>Карта</th>
|
||||||
<!-- <th>Курс</th> -->
|
<!-- <th>Курс</th> -->
|
||||||
<th>Время создания</th>
|
<th>Время создания</th>
|
||||||
|
<th>Время принятия</th>
|
||||||
|
<th>Мерчант</th>
|
||||||
<th>Опции</th>
|
<th>Опции</th>
|
||||||
<!-- <th></th> -->
|
<!-- <th></th> -->
|
||||||
</tr>
|
</tr>
|
||||||
@ -613,6 +615,8 @@
|
|||||||
<!-- <td>{payout["rate"]} {payout["code"]}</td> -->
|
<!-- <td>{payout["rate"]} {payout["code"]}</td> -->
|
||||||
<!-- <td>{payout["amount"]}</td> -->
|
<!-- <td>{payout["amount"]}</td> -->
|
||||||
<td>{payout["creation_time"]}</td>
|
<td>{payout["creation_time"]}</td>
|
||||||
|
<td>{payout["accept_time"]}</td>
|
||||||
|
<td>{payout["merchant_name"]}</td>
|
||||||
<td
|
<td
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
selectedPayout = payout;
|
selectedPayout = payout;
|
||||||
@ -672,6 +676,18 @@
|
|||||||
{selectedPayout.code}
|
{selectedPayout.code}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="rounded-box flex flex-col bg-base-100 p-4 gap-1 mt-4">
|
||||||
|
<p class="text-lg font-bold opacity-50">Время принятия</p>
|
||||||
|
<p>
|
||||||
|
{selectedPayout.accept_time}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="rounded-box flex flex-col bg-base-100 p-4 gap-1 mt-4">
|
||||||
|
<p class="text-lg font-bold opacity-50">Мерчант</p>
|
||||||
|
<p>
|
||||||
|
{selectedPayout.merchant_name}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div class="rounded-box flex flex-col bg-base-100 p-4 gap-1 mt-4">
|
<div class="rounded-box flex flex-col bg-base-100 p-4 gap-1 mt-4">
|
||||||
<p class="text-lg font-bold opacity-50">Заказчик</p>
|
<p class="text-lg font-bold opacity-50">Заказчик</p>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user