Example #1
0
def facebook_api_version_value(choice):
    return dict_item(FACEBOOK_API_VERSIONS, choice)
Example #2
0
def _product_status(status):
    return dict_item(PRODUCT_STATUS, status)
Example #3
0
def _payment_status(status):
    return dict_item(PAYMENT_STATUS, status)
Example #4
0
def _app_status(status):
    return dict_item(APP_STATUS, status)
Example #5
0
def _service_platform(service):
    return dict_item(SERVICE_PLATFORMS, service)
Example #6
0
def _device_platform(device):
    return dict_item(DEVICE_PLATFORMS, device)
Example #7
0
def _member_status(status):
    return dict_item(MEMBER_STATUS, status)
Example #8
0
def _currency_type(currency):
    return dict_item(CURRENCY_TYPES, currency)