card order ready

This commit is contained in:
2025-07-09 11:46:20 +05:00
parent 6044d5ae78
commit 4dce2a6d63
12 changed files with 538 additions and 16 deletions

View File

@@ -0,0 +1,17 @@
# 0.0.1
- Initial release
# 0.0.2
- Commented Visa/Master and Sber cards
```js
{
title: 'Halkara tölegler',
items: [
{ id: 9, title: 'Visa/Master tölegleri (talyplar üçin)', icon: 'logo-usd', description: 'Visa/Master' },
{ id: 10, title: 'Sber tölegler (talyplar üçin)', icon: 'globe', description: 'Sber tölegler' },
],
},
```