Add Mode3 with QB Web Connector SOAP integration and credit card charge management

This commit is contained in:
2026-02-21 04:00:10 +00:00
parent e89f60f8a5
commit e6777003a2
10 changed files with 2096 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./frontend/**/*.{html,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};