Plugin Directory

Changeset 2660805


Ignore:
Timestamp:
01/20/2022 03:23:12 PM (4 years ago)
Author:
mobipaid
Message:

change api url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mobipaid/tags/1.0.6/includes/class-mobipaid-api.php

    r2660799 r2660805  
    3737  * @var string
    3838  */
    39  public static $api_live_url = 'https://stagetest.mobipaid.io/v2';
     39 public static $api_live_url = 'https://live.mobipaid.io/v2';
    4040
    4141 /**
     
    4444  * @var string
    4545  */
    46  public static $api_test_url = 'https://stagetest.mobipaid.io/v2';
     46 public static $api_test_url = 'https://test.mobipaid.io/v2';
    4747
    4848 /**
Note: See TracChangeset for help on using the changeset viewer.