Skip to content

Commit 362b9d6

Browse files
mkurapovnjlie
authored andcommitted
feat: WALLET_ADDRESS_NOT_FOUND_POLLING_ENABLED flag in backend (#3719)
* feat(backend): add optional WALLET_ADDRESS_NOT_FOUND_POLLING_ENABLED env var * feat(backend): only poll for wallet addresses if WALLET_ADDRESS_NOT_FOUND_POLLING_ENABLED true * feat(localenv): set WALLET_ADDRESS_NOT_FOUND_POLLING_ENABLED to true for hlb * test(backend): update wallet address route tests * chore(integration): enable WALLET_ADDRESS_NOT_FOUND_POLLING_ENABLED in hlb
1 parent 61c4920 commit 362b9d6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/point-of-sale/src/payments/routes.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import {
88
GetPaymentsContext,
99
GetPaymentsQuery,
1010
PaymentContext,
11-
PaymentRoutes
11+
PaymentRoutes,
12+
RefundContext
1213
} from './routes'
1314
import { PaymentService } from './service'
1415
import { CardServiceClient, Result } from '../card-service-client/client'

packages/point-of-sale/src/payments/service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {
1111
CreateReceiverVariables,
1212
GetIncomingPaymentSenderAndAmount,
1313
GetIncomingPaymentSenderAndAmountVariables,
14-
GetWalletAddress,
15-
GetWalletAddressVariables,
1614
MutationCreateIncomingPaymentArgs,
1715
OutgoingPayment,
1816
Query,

0 commit comments

Comments
 (0)