Repository URL to install this package:
|
Version:
0.4.139 ▾
|
lib-py-b2b
/
recycle.py
|
|---|
def is_recycle_fee(sku):
if sku.startswith('MRC-'):
return True
return False