We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba9053c + 2c322d0 commit de5b62dCopy full SHA for de5b62d
1 file changed
src/config/config.ts
@@ -46,7 +46,7 @@ export class Configuration {
46
kycVersion: Version = '2';
47
defaultVersionString = `v${this.defaultVersion}`;
48
defaultRef = '000-000';
49
- transactionRefundExpirySeconds = 30;
+ transactionRefundExpirySeconds = 300; // 5 minutes - enough time to fill out the refund form
50
refRewardManualCheckLimit = 3000; // EUR
51
txRequestWaitingExpiryDays = 7;
52
financeLogTotalBalanceChangeLimit = 5000;
0 commit comments