Tesis 1.0.0
Loading...
Searching...
No Matches
payment_service.services.CartService Class Reference

Static Public Member Functions

 get_cart (user_token)
 confirm_order (user_token, payment_id)

Detailed Description

Servicio para interactuar con el carrito del usuario en el backend principal

Definition at line 10 of file services.py.

Member Function Documentation

◆ confirm_order()

payment_service.services.CartService.confirm_order ( user_token,
payment_id )
static
Confirma el pedido en el backend principal

Definition at line 83 of file services.py.

◆ get_cart()

payment_service.services.CartService.get_cart ( user_token)
static
Obtiene el carrito del usuario desde el backend principal

Definition at line 15 of file services.py.


The documentation for this class was generated from the following file:
  • microservicemp/mercadopago_service/payment_service/services.py