2021-01-18 13:16:39 +00:00
|
|
|
module.exports = Self => {
|
|
|
|
require('../methods/fixed-price/filter')(Self);
|
|
|
|
require('../methods/fixed-price/upsertFixedPrice')(Self);
|
2022-12-19 13:39:38 +00:00
|
|
|
require('../methods/fixed-price/getRate2')(Self);
|
2021-01-18 13:16:39 +00:00
|
|
|
};
|