feat: add payment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user