Plugin Directory

Changeset 2789045


Ignore:
Timestamp:
09/23/2022 12:28:04 AM (3 years ago)
Author:
teamswipe
Message:

Update Plugin

Location:
swipe-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • swipe-for-woocommerce/trunk/includes/class-swipego-wc-gateway.php

    r2737508 r2789045  
    113113                'email'        => $order->get_billing_email(),
    114114                'currency'     => $order->get_currency(),
    115                 'amount'       => (float) $order->get_total(),
     115                'amount'       => number_format($order->get_total(), 2),
    116116                'title'        => get_bloginfo(),
    117117                'phone_no'     => preg_replace('/[^0-9]/', '', $order->get_billing_phone()),
  • swipe-for-woocommerce/trunk/readme.txt

    r2756673 r2789045  
    44Requires at least: 4.6
    55Tested up to: 6.0.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.