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