#ORIKIMO-charge-search

1 messages · Page 1 of 1 (latest)

warped cosmos
#

Hi there

#

What are you seeing?

frozen geyser
#

my params are good but the api saying params not good

warped cosmos
#

Can you post your code

#

Here as opposed to a screenshot

#

The screenshot really hard to see

frozen geyser
#

I have multiple file to execute it

warped cosmos
#

No just the charge request code

frozen geyser
#

{ query: 'amount>3990', apiVersion: '2022-08-01' }

#

this is my params

#

but the api don't want it

warped cosmos
#

Yeah your apiVersion needs to be passed as an options object

#

{ query: 'amount>3990'}, {apiVersion: '2022-08-01' }

frozen geyser
#

it works ! thanks a lot !