Changeset 2789045
- Timestamp:
- 09/23/2022 12:28:04 AM (3 years ago)
- Location:
- swipe-for-woocommerce/trunk
- Files:
-
- 2 edited
-
includes/class-swipego-wc-gateway.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swipe-for-woocommerce/trunk/includes/class-swipego-wc-gateway.php
r2737508 r2789045 113 113 'email' => $order->get_billing_email(), 114 114 'currency' => $order->get_currency(), 115 'amount' => (float) $order->get_total(),115 'amount' => number_format($order->get_total(), 2), 116 116 'title' => get_bloginfo(), 117 117 'phone_no' => preg_replace('/[^0-9]/', '', $order->get_billing_phone()), -
swipe-for-woocommerce/trunk/readme.txt
r2756673 r2789045 4 4 Requires at least: 4.6 5 5 Tested up to: 6.0.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.