Changeset 2660805
- Timestamp:
- 01/20/2022 03:23:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mobipaid/tags/1.0.6/includes/class-mobipaid-api.php
r2660799 r2660805 37 37 * @var string 38 38 */ 39 public static $api_live_url = 'https:// stagetest.mobipaid.io/v2';39 public static $api_live_url = 'https://live.mobipaid.io/v2'; 40 40 41 41 /** … … 44 44 * @var string 45 45 */ 46 public static $api_test_url = 'https:// stagetest.mobipaid.io/v2';46 public static $api_test_url = 'https://test.mobipaid.io/v2'; 47 47 48 48 /**
Note: See TracChangeset
for help on using the changeset viewer.