- Wire org portal credit-line requests/responses through SQF bridge and UI events - Sync `creditLines` in org payloads and refresh portal state after org sync - Add store payment sources (cash, bank, org funds, credit line) and expose selection in cart UI - Scaffold server-side store addon initialization/config files
10 lines
279 B
C++
10 lines
279 B
C++
#define COMPONENT store
|
|
#define COMPONENT_BEAUTIFIED Store
|
|
#include "\forge\forge_server\addons\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
#include "\forge\forge_server\addons\main\script_macros.hpp"
|