Skip to content

Commit

Permalink
+Bud Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
feyzullahdemir committed Feb 17, 2023
1 parent 3032bb4 commit a8407d6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions library/iyzico-for-woocommerce-gateway-formobjectgenerate.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function generateOption($items,$language,$data,$apiKey,$affiliate) {
$iyzico->forceThreeDS = "0";
$iyzico->callbackUrl = add_query_arg('wc-api', 'WC_Gateway_Iyzico', $data->get_checkout_order_received_url());
$iyzico->cardUserKey = $iyziModel->findUserCardKey($user->ID,$apiKey);
$iyzico->paymentSource = 'WOOCOMMERCE|'.WOOCOMMERCE_VERSION.'|CARRERA-3.2.1'.$affiliate;
$iyzico->paymentSource = 'WOOCOMMERCE|'.WOOCOMMERCE_VERSION.'|CARRERA-3.2.3'.$affiliate;


return $iyzico;
Expand Down Expand Up @@ -75,7 +75,7 @@ public function generateOptionPwi($items,$language,$data,$apiKey,$affiliate) {
$iyzico->paymentGroup = 'PRODUCT';
$iyzico->callbackUrl = add_query_arg('wc-api', 'WC_Gateway_Iyzico', $data->get_checkout_order_received_url());
$iyzico->cancelUrl = get_site_url();
$iyzico->paymentSource = 'WOOCOMMERCE|'.WOOCOMMERCE_VERSION.'|CARRERA-PWI-3.2.1'.$affiliate;
$iyzico->paymentSource = 'WOOCOMMERCE|'.WOOCOMMERCE_VERSION.'|CARRERA-PWI-3.2.3'.$affiliate;


return $iyzico;
Expand Down
2 changes: 1 addition & 1 deletion library/iyzico-for-woocommerce-gateway-iyzicorequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function curlPost($json,$authorizationData,$url) {
}
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 0);
curl_setopt($curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
curl_setopt($curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_NONE);
curl_setopt($curl, CURLOPT_TIMEOUT, 150);

curl_setopt(
Expand Down
2 changes: 1 addition & 1 deletion library/iyzico-for-woocommerce-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function __construct() {


$this->id = 'iyzico';
$this->iyziV = '3.2.0';
$this->iyziV = '3.2.3';
$this->method_title = __('iyzico Checkout', 'woocommerce-iyzico');
$this->method_description = __('Best Payment Solution', 'woocommerce-iyzico');
$this->has_fields = true;
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: iyzico,mehmetselim,sozgat,feyzullahdemir
Tags: payment, ecommerce,credit card,checkout woocommerce,iyzico,wordpress ecommerce
Tested up to: 6.0
Stable tag: 3.2.1
Stable tag: 3.2.3
Requires at least: 4.7
Requires PHP: 5.4
License: LGPL v3.0
Expand Down Expand Up @@ -56,18 +56,23 @@ Wordpress Marketplace in search "iyzico WooCommerce" and install
6. Order List Page
7. Order Management


== Changelog ==

= 3.2.3 =
* Fix : HTTPS CURL BUG


= 3.2.1 =
* Fix: HTTPS method


= 3.2.0 =
* Dev: shopping credit
* Dev: automatic webhook integration
* Fix: Failed payment callback
* Fix: shipping method

== Changelog ==

= 3.1.3 =
* Dev: Checkout and pwi language
* Fix: Buyer Protection Logo
Expand Down Expand Up @@ -173,6 +178,9 @@ Wordpress Marketplace in search "iyzico WooCommerce" and install

== Changelog ==

= 3.2.3 =
* Fix : HTTPS CURL BUG

= 3.2.1 =
* Fix: HTTPS method

Expand Down
2 changes: 1 addition & 1 deletion woocommerce-gateway-iyzico.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: iyzico Payment Gateway for WooCommerce.
* Author: iyzico
* Author URI: https://iyzico.com
* Version: 3.2.1
* Version: 3.2.3
* Text Domain: iyzico WooCommerce
* Domain Path: /i18n/languages/
* WC requires at least: 3.0.0
Expand Down

0 comments on commit a8407d6

Please sign in to comment.