| Line 10... |
Line 10... |
| 10 |
create_anonymous_user, forgot_password, get_all_addresses_for_user, get_address, get_default_address_id, get_default_pincode,\
|
10 |
create_anonymous_user, forgot_password, get_all_addresses_for_user, get_address, get_default_address_id, get_default_pincode,\
|
| 11 |
create_user_communication, get_user_communication_by_id, get_user_communication_by_user, get_all_user_communications,\
|
11 |
create_user_communication, get_user_communication_by_id, get_user_communication_by_user, get_all_user_communications,\
|
| 12 |
create_affiliate, get_affiliate_by_id, get_affiliate_by_name, get_tracker_by_id, add_track_log, get_track_log_by_id, get_track_logs_by_affiliate,\
|
12 |
create_affiliate, get_affiliate_by_id, get_affiliate_by_name, get_tracker_by_id, add_track_log, get_track_log_by_id, get_track_logs_by_affiliate,\
|
| 13 |
get_track_logs_by_user, get_track_logs, create_master_affiliate,\
|
13 |
get_track_logs_by_user, get_track_logs, create_master_affiliate,\
|
| 14 |
get_master_affiliate_by_id, get_master_affiliate_by_name, get_affiliates_by_master_affiliate, get_all_master_affiliates,\
|
14 |
get_master_affiliate_by_id, get_master_affiliate_by_name, get_affiliates_by_master_affiliate, get_all_master_affiliates,\
|
| 15 |
get_user_notes, put_user_note, get_my_research_items,\
|
15 |
get_my_research_items,\
|
| 16 |
get_browse_history_items, update_my_research, delete_item_from_my_research,\
|
16 |
get_browse_history_items, update_my_research, delete_item_from_my_research,\
|
| 17 |
update_browse_history, get_user_by_mobile_number, is_alive, increase_trust_level,\
|
17 |
update_browse_history, get_user_by_mobile_number, is_alive, increase_trust_level,\
|
| 18 |
get_user_by_cart_id, get_trust_level, remove_user_communication,\
|
18 |
get_user_by_cart_id, get_trust_level, remove_user_communication,\
|
| 19 |
get_user_emails
|
19 |
get_user_emails
|
| 20 |
|
20 |
|
| Line 24... |
Line 24... |
| 24 |
validate_cart, merge_cart, delete_item_from_cart, check_out, reset_cart,\
|
24 |
validate_cart, merge_cart, delete_item_from_cart, check_out, reset_cart,\
|
| 25 |
apply_coupon_to_cart, remove_coupon, get_carts_with_coupon_count,\
|
25 |
apply_coupon_to_cart, remove_coupon, get_carts_with_coupon_count,\
|
| 26 |
delete_discounts_from_cart, save_discounts, show_cod_option,\
|
26 |
delete_discounts_from_cart, save_discounts, show_cod_option,\
|
| 27 |
add_store_to_cart
|
27 |
add_store_to_cart
|
| 28 |
from shop2020.model.v1.user.impl.Converters import to_t_user, to_t_cart, to_t_address, to_t_user_communication,\
|
28 |
from shop2020.model.v1.user.impl.Converters import to_t_user, to_t_cart, to_t_address, to_t_user_communication,\
|
| 29 |
to_t_master_affiliate, to_t_affiliate, to_t_tracker, to_t_track_log,\
|
29 |
to_t_master_affiliate, to_t_affiliate, to_t_tracker, to_t_track_log
|
| 30 |
to_t_user_note
|
- |
|
| 31 |
|
30 |
|
| 32 |
from shop2020.thriftpy.model.v1.user.ttypes import ShoppingCartException
|
31 |
from shop2020.thriftpy.model.v1.user.ttypes import ShoppingCartException
|
| 33 |
|
32 |
|
| 34 |
from shop2020.model.v1.user.impl import UserDataAccessors, CartDataAccessors
|
33 |
from shop2020.model.v1.user.impl import UserDataAccessors, CartDataAccessors
|
| 35 |
#from apport.hookutils import ret
|
34 |
#from apport.hookutils import ret
|