feat: add payment

This commit is contained in:
2026-07-05 16:03:15 +03:30
parent c2356b3242
commit 5017e9a613
30 changed files with 470 additions and 65 deletions
@@ -110,7 +110,7 @@ class VipScreen extends StatelessWidget {
busy: state.busy,
onBuy: () => context
.read<ShopBloc>()
.add(PurchaseEvent('vip', p.id)),
.add(PurchaseEvent('vip', p.id, sku: p.sku)),
),
),
if (packages.isEmpty)