When i am going to implement Authorize.net payment gateway. However, I got this error:
Call to undefined function curl_init()
Please let me know what is wrong in it.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
If you’re on Windows:
Go to your php.ini file and remove the
;
mark from the beginning of the following line:After you have saved the file you must restart your HTTP server software (e.g. Apache) before this can take effect.
For Ubuntu 13.0 and above, simply use the debundled package. In a terminal type the following to install it and do not forgot to restart server.
Or if you’re using the old PHP5
or
Then restart apache to activate the package with