Changeset 2826461
- Timestamp:
- 11/30/2022 12:18:13 PM (3 years ago)
- Location:
- drip-payments/trunk
- Files:
-
- 3 edited
-
drip-payments.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
src/DripUtils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drip-payments/trunk/drip-payments.php
r2804107 r2826461 4 4 * Description: Forneça a Drip como opção de pagamento para pedidos do WooCommerce. 5 5 * Author: Drip 6 * Version: 2.1. 16 * Version: 2.1.2 7 7 */ 8 8 //ini_set('display_errors', '1'); … … 79 79 $cashback = $this->get_cashback(); 80 80 if ($cashback <= 0) { 81 return "Pix Parcelado ";81 return "Pix Parcelado sem entrada"; 82 82 } 83 83 -
drip-payments/trunk/readme.txt
r2804107 r2826461 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
drip-payments/trunk/src/DripUtils.php
r2804107 r2826461 11 11 const DRIP_PAYMENTS_BASE_URI_PRODUCTION = 'https://drip-be.usedrip.com.br/api/'; 12 12 13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1. 1';13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.2'; 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.