Plugin Directory

Changeset 2846216


Ignore:
Timestamp:
01/10/2023 02:46:27 PM (3 years ago)
Author:
usedrip
Message:

update url

Location:
drip-payments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • drip-payments/trunk/readme.txt

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

    r2826461 r2846216  
    33class DripUtils
    44{
    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/";
    66
    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/';
    88
    9     const DRIP_PAYMENTS_FRONTEND_URL = "https://drip-fe.usedrip.com.br/";
     9    const DRIP_PAYMENTS_FRONTEND_URL = "https://drip-fe.dripapp.com.br/";
    1010
    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/';
    1212
    13     const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.2';
     13    const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.3';
    1414}
    1515
Note: See TracChangeset for help on using the changeset viewer.