B2B-88: add starter kit structure and elements
This commit is contained in:
8
config/billing.config.ts
Normal file
8
config/billing.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Replace this file with your own billing configuration file.
|
||||
Copy it from billing.sample.config.ts and update the configuration to match your billing provider and products.
|
||||
This file will never be overwritten by git updates
|
||||
*/
|
||||
import sampleSchema from './billing.sample.config';
|
||||
|
||||
export default sampleSchema;
|
||||
Reference in New Issue
Block a user