Open amitprasad2007 opened 4 years ago
What PHP version are you using?
I am using PHP 7.2
what's your server environment? Are you using Windows wamp\xamp?
xampp v3.2.4
the problem must be "ssL certificate problem: unable to get local issuer certificate"
download cacert.pem file from here http://curl.haxx.se/docs/caextract.html
then include inside your php.ini file. change the direction according your stuation
curl.cainfo = C:\wamp\bin\php\php5.5.12\cacert.pem
make sure curl extension is enabled.
done all the stuff but the issues still remain the same I am getting only the number of order in this form { }
moreover i am using xampp serve as localhost not wamp
Yes, this was wamp. You should have changed directory according yourself. Check the Laravel log. Storage/logs you should share us the error if you arr having and the code you are trying to execute.
Get Outlook for Androidhttps://aka.ms/ghei36
From: amitprasad2007 notifications@github.com Sent: Friday, December 13, 2019 6:17:51 PM To: sonnenglas/amazon-mws-laravel amazon-mws-laravel@noreply.github.com Cc: Mehmet Uygun mehmet.uygun@outlook.com; Comment comment@noreply.github.com Subject: Re: [sonnenglas/amazon-mws-laravel] Blank data (#41)
moreover i am using xampp serve as localhost not wamp
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/sonnenglas/amazon-mws-laravel/issues/41?email_source=notifications&email_token=AA7HRE4K74XUU2QSV2FC2PDQYPGU7A5CNFSM4JUCEIE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG2Z3FQ#issuecomment-565550486, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA7HRE7VC4MWTMFRVRKFMZ3QYPGU7ANCNFSM4JUCEIEQ.
I am not able to pull data its showing all blank thats it.