Problem building a typescript payment handler, ConfigArgValues, TS2322 #1311
-
Hello, I'm trying to build a payment handler for use in my vendure installation, however I run into some trouble with typescript - specifically the ConfigArgValues doesn't seem to be parsed properly. I define the args in a similar way as other payment packages, but I just keep running into the same error.
I have tried to use other payment packages (stripe, braintree) as a guide when building my own, but I get the same problems regardless of what I do. These are the args I've defined.
Any hints on how to handle this type-problem would be vere appreciated! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi! What version of TypeScript are you using? And is it just the |
Beta Was this translation helpful? Give feedback.
-
This problems seems fixed when updating. |
Beta Was this translation helpful? Give feedback.
This problems seems fixed when updating.