Plugin Directory

Changeset 2473738


Ignore:
Timestamp:
02/12/2021 12:59:41 PM (5 years ago)
Author:
vandarpay
Message:

add new version for Lerarn press

Location:
vandar-learnpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vandar-learnpress/trunk/inc/class-lp-gateway-vandar.php

    r2449403 r2473738  
    44    class LP_Gateway_Vandar extends LP_Gateway_Abstract {
    55        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';
    99        private $merchantID = null;
    1010        protected $settings = null;
  • vandar-learnpress/trunk/readme.md

    r2449416 r2473738  
    2727 == Changelog ==
    2828
    29 = 1.0 =
     29= 2.0 =
    3030* Initial co
    3131
    32 mmit
     32commit
  • vandar-learnpress/trunk/readme.txt

    r2449416 r2473738  
    2727 == Changelog ==
    2828
    29 = 1.0 =
     29= 2.0 =
    3030* Initial co
    3131
    32 mmit
     32commit
Note: See TracChangeset for help on using the changeset viewer.