1.1.14 • Published 6 years ago

ycs-plugin-store v1.1.14

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Installation

ycs add plugin store

configurations

import { IConfig } from 'ycs-plugin-store';

export const development: IConfig = {
  endpoint: '/store',
  roles: ['store'],
  orderPrice: product => product.productPrice,
  orderPaidPy: ['wechatpay', 'alipay'],
  errors: {
    empty: 'empty content',
    categoryRequired: 'category required',
    categoryNotFound: 'category not found',
    productNotFound: 'product not found'
  }
};

export const production: IConfig = {
  endpoint: '/store',
  roles: ['store'],
  orderPrice: product => product.productPrice,
  orderPaidPy: ['wechatpay', 'alipay'],
  errors: {
    empty: 'empty content',
    categoryRequired: 'category required',
    categoryNotFound: 'category not found',
    productNotFound: 'product not found'
  }
};
1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago