Repository URL to install this package:
|
Version:
0.4.202 ▾
|
def is_recycle_fee(sku):
if sku.startswith('MRC-'):
return True
return False