Skip to content

Commit

Permalink
Change locale. Up date timeout (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeinAsylum authored Oct 24, 2023
1 parent a9d0a50 commit d0aa41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/hooks/use-invoice-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import isNil from 'checkout/utils/is-nil';
import { PayableInvoiceData } from './create-payment';
import { PollingResult, pollInvoiceEvents } from './invoice-events';

const API_METHOD_CALL_MS = 10000;
const API_METHOD_CALL_MS = 5000;
const DEFAULT_TIMEOUT_MS = 60 * 1000 * 10;
const PAYMENT_STARTED_TIMEOUT_MS = 60 * 1000;

Expand Down
2 changes: 1 addition & 1 deletion src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"form.header.pay.card.label": "Pay with a card",
"form.header.pay.upi.label": "Unified payment interface",
"form.header.final.success.label": "Successful payment",
"form.header.final.invoice.paid.label": "Fully paid",
"form.header.final.invoice.paid.label": "Success",
"form.header.final.invoice.paid.already.label": "Already fully paid",
"form.header.final.invoice.cancelled.label": "Invoice is cancelled",
"form.header.final.invoice.fulfilled.label": "Invoice is paid off",
Expand Down

0 comments on commit d0aa41e

Please sign in to comment.