We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The purchase component should allow user to paginate and query between dates
The purchase response comes like this:
{ "purchases": [ { "id": 29, "totalPrice": "45.00", "createdAt": "2024-07-29T12:03:49.791Z", "items": [ { "name": "Sports Bike", "price": "45.00", "description": "A bike good to ride on the road", "image": "https://www.reidcycles.com.au/cdn/shop/products/reid-cycles-australia-mtb-pro-27-5-disc-wsd-mountain-bike-light-blue-s-488.png?v=1620962055&width=1946" } ] }, { "id": 24, "totalPrice": "100.00", "createdAt": "2024-07-28T20:53:47.359Z", "items": [ { "name": "Test-Item", "price": "100.00", "description": "Test-Item-Description", "image": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" } ] }, { "id": 20, "totalPrice": "20.00", "createdAt": "2024-07-28T16:29:43.543Z", "items": [ { "name": "Mouse", "price": "20.00", "description": "A mouse to move the cursor", "image": "https://purepng.com/public/uploads/large/purepng.com-rat-mousemouseanimalratmicerodent-981524651565fwflu.png" } ] }, { "id": 15, "totalPrice": "180.00", "createdAt": "2024-07-28T15:45:44.790Z", "items": [ { "name": "Sports Bike", "price": "45.00", "description": "A bike good to ride on the road", "image": "https://www.reidcycles.com.au/cdn/shop/products/reid-cycles-australia-mtb-pro-27-5-disc-wsd-mountain-bike-light-blue-s-488.png?v=1620962055&width=1946" } ] }, { "id": 14, "totalPrice": "90.00", "createdAt": "2024-07-28T15:42:47.766Z", "items": [ { "name": "Sports Bike", "price": "45.00", "description": "A bike good to ride on the road", "image": "https://www.reidcycles.com.au/cdn/shop/products/reid-cycles-australia-mtb-pro-27-5-disc-wsd-mountain-bike-light-blue-s-488.png?v=1620962055&width=1946" } ] }, { "id": 13, "totalPrice": "90.00", "createdAt": "2024-07-28T15:41:00.086Z", "items": [ { "name": "Sports Bike", "price": "45.00", "description": "A bike good to ride on the road", "image": "https://www.reidcycles.com.au/cdn/shop/products/reid-cycles-australia-mtb-pro-27-5-disc-wsd-mountain-bike-light-blue-s-488.png?v=1620962055&width=1946" } ] }, { "id": 12, "totalPrice": "399.00", "createdAt": "2024-07-28T15:39:16.920Z", "items": [ { "name": "Steam Deck", "price": "399.00", "description": "A handheld gaming console", "image": "https://clan.akamai.steamstatic.com/images//39049601/a1aa0624727ea6fd61bd179d214eaca1904fae45.png" } ] }, { "id": 11, "totalPrice": "45.00", "createdAt": "2024-07-28T15:38:51.599Z", "items": [ { "name": "Sports Bike", "price": "45.00", "description": "A bike good to ride on the road", "image": "https://www.reidcycles.com.au/cdn/shop/products/reid-cycles-australia-mtb-pro-27-5-disc-wsd-mountain-bike-light-blue-s-488.png?v=1620962055&width=1946" } ] }, { "id": 10, "totalPrice": "45.00", "createdAt": "2024-07-28T15:38:31.927Z", "items": [ { "name": "Sports Bike", "price": "45.00", "description": "A bike good to ride on the road", "image": "https://www.reidcycles.com.au/cdn/shop/products/reid-cycles-australia-mtb-pro-27-5-disc-wsd-mountain-bike-light-blue-s-488.png?v=1620962055&width=1946" } ] }, { "id": 9, "totalPrice": "135.00", "createdAt": "2024-07-28T15:04:50.885Z", "items": [ { "name": "Sports Bike", "price": "45.00", "description": "A bike good to ride on the road", "image": "https://www.reidcycles.com.au/cdn/shop/products/reid-cycles-australia-mtb-pro-27-5-disc-wsd-mountain-bike-light-blue-s-488.png?v=1620962055&width=1946" } ] } ], "totalPages": 2, "currentPage": 1, "perPage": 10 }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
firze20
Successfully merging a pull request may close this issue.
Create component for users to check their purchase history
The purchase component should allow user to paginate and query between dates
Gravacao.do.ecra.2024-07-29.as.13.01.45.mov
The purchase response comes like this:
The text was updated successfully, but these errors were encountered: