diff --git a/console/console.swagger.json b/console/console.swagger.json index ae3f4008f2afa32d1e1909b390b323e646e58f52..dae8439a4f8f3b23bc140aa81def6094f25c2d75 100644 --- a/console/console.swagger.json +++ b/console/console.swagger.json @@ -2142,6 +2142,10 @@ "cursor": { "type": "string", "description": "The cursor to send when retrieving the next page, if any." + }, + "prevCursor": { + "type": "string", + "description": "The cursor to send when retrieving the next page, if any." } }, "description": "A list of validated purchases stored by Nakama." diff --git a/console/ui/src/app/account/purchases/purchases.component.html b/console/ui/src/app/account/purchases/purchases.component.html index d4df468cb9a8f87b33b0307b7e1b7cf7b586b34e..4187c86e0157e7a5636717fac088a6f6471c5d44 100644 --- a/console/ui/src/app/account/purchases/purchases.component.html +++ b/console/ui/src/app/account/purchases/purchases.component.html @@ -3,47 +3,57 @@
Product ID | -Transaction ID | -Store | -Purchase Time | -Create Time | -
---|
-
-
-
-
- {{p.product_id}}
- |
- {{p.transaction_id}} | -{{getStoreText(p.store)}} | -{{p.purchase_time}} | -{{p.create_time}} | +Product ID | +Transaction ID | +Store | +Purchase Time | +Create Time |
---|---|---|---|---|---|---|---|---|---|
-
- Provider Response
-
- {{p.provider_response}}+ | |||||||||
+
+
+
-
- |
- |||||||||
No purchases were found. |
{{p.provider_response}}+