#alisa-morenko_code

1 messages ยท Page 1 of 1 (latest)

dull lilyBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1479434481877389464

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

muted totem
#

๐Ÿ‘‹ Can you share some details of your implementation? At what point does this error occur?

slim bronze
#

Despite the linter error, the payment goes through successfully.

#

At the moment when I simply inserted the code from the documentation

muted totem
slim bronze
#

The same behavior occurs not only for me, but also for my colleague.

muted totem
#

Are you basing this code on a guide somewhere?

muted totem
#

Looks like this may be a quirk of how Revolut Pay is handled in the SDK, but as you've noticed, it shouldn't affect the payment. You may be able to supress the warning by typing the payment_method_data as any in your code. e.g. payment_method_data: { type: 'revolut_pay', } as any,