Plugin Directory

Changeset 3101977


Ignore:
Timestamp:
06/12/2024 07:18:16 PM (22 months ago)
Author:
fxholl
Message:

error treate type in las corretion

Location:
kiskadi/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kiskadi/trunk/includes/class-kiskadi.php

    r3101923 r3101977  
    1212
    1313    /** @var string */
    14     public $version = '1.2.4';
     14    public $version = '1.2.5';
    1515
    1616    /** @var self */
  • kiskadi/trunk/includes/transaction/transformer/class-transaction-exchange-api-transformer.php

    r3101923 r3101977  
    4141            'consumer'           => array( 'cpf' => $consumer_array['cpf'] ),
    4242            'order_value'        => $this->transaction_data->spent_value(),
    43             'points_to_exchange' => number_format($this->transaction_data->points_to_exchange(), 2, '.', ' '),
     43            'points_to_exchange' => number_format($this->transaction_data->points_to_exchange(), 2, '.', ''),
    4444            'branch_id'          => $branch->id(),
    4545            'products'           => $product_array,
  • kiskadi/trunk/kiskadi.php

    r3101923 r3101977  
    88 * Text Domain:     kiskadi
    99 * Domain Path:     /languages
    10  * Version:         1.2.4
     10 * Version:         1.2.5
    1111 *
    1212 * @package         Kiskadi
  • kiskadi/trunk/readme.txt

    r3101923 r3101977  
    66Tested up to: 6.5.3
    77Requires PHP: 7.2
    8 Stable tag: 1.2.4
     8Stable tag: 1.2.5
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    3535== Changelog ==
     36
     37= 1.2.5 =
     38* Fix - error treate type in las corretion
    3639
    3740= 1.2.4 =
Note: See TracChangeset for help on using the changeset viewer.