Changeset 2553651
- Timestamp:
- 06/25/2021 04:34:46 AM (5 years ago)
- Location:
- bold-pay
- Files:
-
- 5 added
- 2 edited
-
tags/1.5.0/src/boldpay.php (modified) (1 diff)
-
tags/1.5.1 (added)
-
tags/1.5.1/index.php (added)
-
tags/1.5.1/readme.txt (added)
-
tags/1.5.1/src (added)
-
tags/1.5.1/src/boldpay.php (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bold-pay/tags/1.5.0/src/boldpay.php
r2553646 r2553651 126 126 } else { 127 127 $order_id = $customer_order->get_id(); 128 $amount = wc_format_decimal( $customer_order->get_total(), 2);128 $amount = $customer_order->get_total(); 129 129 $name = $customer_order->get_billing_first_name() . ' ' . $customer_order->get_billing_last_name(); 130 130 $email = $customer_order->get_billing_email(); -
bold-pay/trunk/readme.txt
r2544001 r2553651 5 5 WooCommerce requires at least: 2.6.0 6 6 WooCommerce tested up to: 3.9.0 7 Stable tag: 1.5. 07 Stable tag: 1.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.