Changeset 2846242
- Timestamp:
- 01/10/2023 03:25:52 PM (3 years ago)
- Location:
- drip-payments/trunk
- Files:
-
- 3 edited
-
drip-payments.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/DripUtils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drip-payments/trunk/drip-payments.php
r2846215 r2846242 4 4 * Description: Forneça a Drip como opção de pagamento para pedidos do WooCommerce. 5 5 * Author: Drip 6 * Version: 2.1. 36 * Version: 2.1.4 7 7 */ 8 8 //ini_set('display_errors', '1'); -
drip-payments/trunk/readme.txt
r2846216 r2846242 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 37 Stable tag: 2.1.4 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
r2846216 r2846242 3 3 class DripUtils 4 4 { 5 const DRIP_PAYMENTS_FRONTEND_URL_SANDBOX = "https://s bx-drip-fe.dripapp.com.br/";5 const DRIP_PAYMENTS_FRONTEND_URL_SANDBOX = "https://sandbox-portal.dripapp.com.br/"; 6 6 7 7 const DRIP_PAYMENTS_BASE_URI_SANDBOX = 'https://sbx-drip-be.dripapp.com.br/api/'; 8 8 9 const DRIP_PAYMENTS_FRONTEND_URL = "https:// drip-fe.dripapp.com.br/";9 const DRIP_PAYMENTS_FRONTEND_URL = "https://portal.dripapp.com.br/"; 10 10 11 11 const DRIP_PAYMENTS_BASE_URI_PRODUCTION = 'https://drip-be.dripapp.com.br/api/'; 12 12 13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1. 3';13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.4'; 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.