Plugin Directory

Changeset 2553651


Ignore:
Timestamp:
06/25/2021 04:34:46 AM (5 years ago)
Author:
boldpay
Message:

Bug Fix

Location:
bold-pay
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • bold-pay/tags/1.5.0/src/boldpay.php

    r2553646 r2553651  
    126126        } else {
    127127            $order_id = $customer_order->get_id();
    128             $amount   = wc_format_decimal( $customer_order->get_total(), 2 );
     128            $amount   = $customer_order->get_total();
    129129            $name     = $customer_order->get_billing_first_name() . ' ' . $customer_order->get_billing_last_name();
    130130            $email    = $customer_order->get_billing_email();
  • bold-pay/trunk/readme.txt

    r2544001 r2553651  
    55WooCommerce requires at least: 2.6.0
    66WooCommerce tested up to: 3.9.0
    7 Stable tag: 1.5.0
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.