Changeset 2473738
- Timestamp:
- 02/12/2021 12:59:41 PM (5 years ago)
- Location:
- vandar-learnpress/trunk
- Files:
-
- 3 edited
-
inc/class-lp-gateway-vandar.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vandar-learnpress/trunk/inc/class-lp-gateway-vandar.php
r2449403 r2473738 4 4 class LP_Gateway_Vandar extends LP_Gateway_Abstract { 5 5 private $form_data = array(); 6 private $wsdl = 'https:// vandar.io/api/ipg/send';7 private $startPay = 'https:// vandar.io/ipg/';8 private $verifyUrl = 'https:// vandar.io/api/ipg/verify';6 private $wsdl = 'https://ipg.vandar.io/api/v3/send'; 7 private $startPay = 'https://ipg.vandar.io/v3/'; 8 private $verifyUrl = 'https://ipg.vandar.io/api/v3/verify'; 9 9 private $merchantID = null; 10 10 protected $settings = null; -
vandar-learnpress/trunk/readme.md
r2449416 r2473738 27 27 == Changelog == 28 28 29 = 1.0 =29 = 2.0 = 30 30 * Initial co 31 31 32 mmit32 commit -
vandar-learnpress/trunk/readme.txt
r2449416 r2473738 27 27 == Changelog == 28 28 29 = 1.0 =29 = 2.0 = 30 30 * Initial co 31 31 32 mmit32 commit
Note: See TracChangeset
for help on using the changeset viewer.