1.1.14 • Published 8 years ago

ycs-plugin-store v1.1.14

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.13

8 years ago

1.1.12

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago