Changeset 3077527
- Timestamp:
- 04/26/2024 10:22:32 AM (2 years ago)
- Location:
- ecommpay-payments/trunk
- Files:
-
- 4 edited
-
common/class-ecp-core.php (modified) (1 diff)
-
gateway-ecommpay.php (modified) (1 diff)
-
helpers/ecp-order.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ecommpay-payments/trunk/common/class-ecp-core.php
r3076441 r3077527 43 43 * @since 2.0.0 44 44 */ 45 const WC_ECP_VERSION = '3.4. 1';45 const WC_ECP_VERSION = '3.4.2'; 46 46 // endregion 47 47 -
ecommpay-payments/trunk/gateway-ecommpay.php
r3076441 r3077527 5 5 * GitHub Plugin URI: 6 6 * Description: Easy payment from WooCommerce by different methods in single Payment Page. 7 * Version: 3.4. 17 * Version: 3.4.2 8 8 * License: GPL2 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
ecommpay-payments/trunk/helpers/ecp-order.php
r3054258 r3077527 87 87 { 88 88 if ($currency && ecp_is_currency_using_decimals($currency)) { 89 return (int) ( $price * 100);89 return (int) (round($price * 100)); 90 90 } 91 91 -
ecommpay-payments/trunk/readme.txt
r3076441 r3077527 4 4 Requires at least: 4.0.0 5 5 Tested up to: 6.4 6 Stable tag: 3.4. 16 Stable tag: 3.4.2 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.