feat: integrate unified payment and wallet refunds
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { readFileSync } from 'node:fs';
|
||||
import { readFileSync } from 'node:fs';
|
||||
import { dirname, resolve } from 'node:path';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
|
||||
@@ -14,8 +14,8 @@ const frontendDefinitions = [
|
||||
].map((match) => ({ name: match[1], mode: match[2] }));
|
||||
const frontendNames = frontendDefinitions.map((item) => item.name);
|
||||
const embeddedResources = new Set([
|
||||
'wallet_basic', 'wallet_bank', 'wallet_payment', 'wallet_record',
|
||||
'wallet_refund', 'wallet_apply_cash',
|
||||
'wallet_basic', 'wallet_bank', 'payment_order', 'wallet_record',
|
||||
'payment_refund', 'wallet_apply_cash',
|
||||
]);
|
||||
|
||||
for (const name of frontendNames) {
|
||||
|
||||
Reference in New Issue
Block a user