Magento2 – How to pass query parameter in curl get method
I have a curl request example, it is working once I’m checking it with command line. curl https://api.stripe.com/v1/payment_intents/search -u secret key: –data-urlencode query=”status:’succeeded’ AND metadata[‘order #’]:’1000210589′” -G I’m trying to convert this code in Magento. I have to use the… Read More »Magento2 – How to pass query parameter in curl get method