Plugin Directory

Changeset 3293052


Ignore:
Timestamp:
05/14/2025 07:57:08 AM (11 months ago)
Author:
grilabs
Message:

A small syntax bug fixed.

Location:
tami-payment/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tami-payment/trunk/lib/Tami_WooCommerce_GW.php

    r3229701 r3293052  
    663663
    664664
    665         $args = [
    666             'data' => $data,
    667             'redirect_url' => $redirectUrl
    668         ];
     665        $args = [];
    669666
    670667        wc_get_template( $template_name, $args, '', $default_path );
  • tami-payment/trunk/readme.txt

    r3229701 r3293052  
    11=== Tami Payment Gateway for WooCommerce ===
    22Contributors: grilabs
    3 Tags: tami, payment, payment gateway, ödeme
     3Tags: tami, payment, payment gateway, ödeme, sanal pos, pos
    44Requires at least: 5.2
    5 Tested up to: 6.7
     5Tested up to: 6.8.1
    66Stable tag: 1.0
    77Requires PHP: 7.2
     
    4949= 1.0 =
    5050* This is the launch version. No changes yet.
     51
     52= 1.0.1 =
     53* A small syntax bug fixed.
Note: See TracChangeset for help on using the changeset viewer.