Changeset 3178193
- Timestamp:
- 10/29/2024 04:22:14 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trustistecommerce/trunk/includes/woocommerce/TrustistPaymentsWC.php
r3178173 r3178193 100 100 } 101 101 102 $total = wc_format_decimal($order->get_total(), 2);102 $total = (string) wc_format_decimal($order->get_total(), 2); 103 103 $description = 'Order #' . $order_id; 104 104
Note: See TracChangeset
for help on using the changeset viewer.