Changeset 2846216
- Timestamp:
- 01/10/2023 02:46:27 PM (3 years ago)
- Location:
- drip-payments/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
src/DripUtils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drip-payments/trunk/readme.txt
r2826461 r2846216 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 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
r2826461 r2846216 3 3 class DripUtils 4 4 { 5 const DRIP_PAYMENTS_FRONTEND_URL_SANDBOX = "https://sbx-drip-fe. usedrip.com.br/";5 const DRIP_PAYMENTS_FRONTEND_URL_SANDBOX = "https://sbx-drip-fe.dripapp.com.br/"; 6 6 7 const DRIP_PAYMENTS_BASE_URI_SANDBOX = 'https://sbx-drip-be. usedrip.com.br/api/';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. usedrip.com.br/";9 const DRIP_PAYMENTS_FRONTEND_URL = "https://drip-fe.dripapp.com.br/"; 10 10 11 const DRIP_PAYMENTS_BASE_URI_PRODUCTION = 'https://drip-be. usedrip.com.br/api/';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. 2';13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.3'; 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.