Plugin Directory

Changeset 2846242


Ignore:
Timestamp:
01/10/2023 03:25:52 PM (3 years ago)
Author:
usedrip
Message:

update subversion

Location:
drip-payments/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • drip-payments/trunk/drip-payments.php

    r2846215 r2846242  
    44 * Description: Forneça a Drip como opção de pagamento para pedidos do WooCommerce.
    55 * Author: Drip
    6  * Version: 2.1.3
     6 * Version: 2.1.4
    77 */
    88//ini_set('display_errors', '1');
  • drip-payments/trunk/readme.txt

    r2846216 r2846242  
    55Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 2.1.3
     7Stable tag: 2.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • drip-payments/trunk/src/DripUtils.php

    r2846216 r2846242  
    33class DripUtils
    44{
    5     const DRIP_PAYMENTS_FRONTEND_URL_SANDBOX = "https://sbx-drip-fe.dripapp.com.br/";
     5    const DRIP_PAYMENTS_FRONTEND_URL_SANDBOX = "https://sandbox-portal.dripapp.com.br/";
    66
    77    const DRIP_PAYMENTS_BASE_URI_SANDBOX = 'https://sbx-drip-be.dripapp.com.br/api/';
    88
    9     const DRIP_PAYMENTS_FRONTEND_URL = "https://drip-fe.dripapp.com.br/";
     9    const DRIP_PAYMENTS_FRONTEND_URL = "https://portal.dripapp.com.br/";
    1010
    1111    const DRIP_PAYMENTS_BASE_URI_PRODUCTION = 'https://drip-be.dripapp.com.br/api/';
    1212
    13     const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.3';
     13    const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.4';
    1414}
    1515
Note: See TracChangeset for help on using the changeset viewer.