Exemplo n.º 1
0
 def get_discount(self, coupon):
     raise exception.MethodNotExists(self, "get_discount")
Exemplo n.º 2
0
 def update_license_quantity(self, org_id, quantity):
     raise exception.MethodNotExists(self, "update_license_quantity")
Exemplo n.º 3
0
 def subscribe(self, user, org, form_data):
     raise exception.MethodNotExists(self, "subscribe")
Exemplo n.º 4
0
 def get_subscription_component_allocation(self, subscription_id):
     raise exception.MethodNotExists(
         self, "get_subscription_component_allocation")
Exemplo n.º 5
0
 def get_subscription(self, reference):
     raise exception.MethodNotExists(self, "get_subscription")
Exemplo n.º 6
0
 def get_product(self):
     raise exception.MethodNotExists(self, "get_product")
Exemplo n.º 7
0
 def get_component_prices(self, component_id):
     raise exception.MethodNotExists(self, "get_component_prices")
Exemplo n.º 8
0
 def get_customer(self, org_id):
     raise exception.MethodNotExists(self, "search_for_customer")