invoice payment! prerelease
This commit is contained in:
@@ -146,7 +146,7 @@ async def add_to_cart(
|
||||
else:
|
||||
show_cart = False
|
||||
quantity = 0
|
||||
await order_service.clear_cart_item(
|
||||
await order_service.clear_from_cart(
|
||||
session, customer=cb.from_user.id, product_id=product_id
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user