woocommerce/tests/e2e/api-core-tests/data/shared/index.js

21 lines
404 B
JavaScript
Raw Normal View History

2021-08-23 17:39:03 +00:00
const { customerBilling, customerShipping } = require('./customer');
const {
batchUpdatePayload,
batchCreate,
batchUpdate,
batchDelete,
getBatchPayloadExample
} = require('./batch-update');
const errorRessponse = require('./customer');
module.exports = {
customerBilling,
customerShipping,
batchUpdatePayload,
batchCreate,
batchUpdate,
batchDelete,
getBatchPayloadExample,
errorRessponse
}