kahvedigital / iyzico-woocommerce

GNU Lesser General Public License v3.0
6 stars 3 forks source link

Customer payment page error (empty) #15

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi there, whenever payment will be re-initiated by clicking the 'pay' link in the account or admin page Iyzico payment is not working (blank page after selecting Iyzico payment). Any help highly appreciated. BR...Holger

Selecting payment:

screen shot 2018-03-11 at 12 58 08

Iyzico payment screen empty:

screen shot 2018-03-11 at 12 59 57
ramiassi commented 6 years ago

try displaying errors first. in your wp-config.php use: define('WP_DEBUG', true); if you get error like this: Catchable fatal error: Object of class Iyzipay\Model\CheckoutFormInitialize could not be converted to string in \wp-includes\pomo\entry.php on line 76

It's probably an SSL problem in your website. you can temporarily disable ssl verification by adding this line of code: CURLOPT_SSL_VERIFYPEER => false to src\Iyzipay\DefaultHttpClient.php line 41. At the end of the post function.

kahvedigital commented 6 years ago

Merhabalar,

Bu hatayı iletişim hatasında almaktasınız,

Curl fonksiyonlarının açık olduğundan emin olmalısınız curl_exec fonksiyonunun açık olması gerekmekte doruk.net gibi bazı server firmalarında kapalı olarak gelmektedir.