Plugin Directory

Changeset 2473743


Ignore:
Timestamp:
02/12/2021 01:10:07 PM (5 years ago)
Author:
vandarpay
Message:

add new version for woocomerce plugin

Location:
vandar-woocommerce-gateway/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vandar-woocommerce-gateway/trunk/class-wc-gateway-vandario.php

    r2313541 r2473743  
    197197            public function send($api, $amount, $redirect, $mobile = null, $factorNumber = null, $description = null)
    198198            {
    199                 return $this->curl_post('https://vandar.io/api/ipg/send', [
     199                return $this->curl_post('https://ipg.vandar.io/api/v3/send', [
    200200                    'api_key'          => $api,
    201201                    'amount'       => $amount * 10,
     
    209209            public function verify($api, $token)
    210210            {
    211                 return $this->curl_post('https://vandar.io/api/ipg/verify', [
     211                return $this->curl_post('https://ipg.vandar.io/api/v3/verify', [
    212212                    'api_key'     => $api,
    213213                    'token' => $token,
     
    284284                $Mobile = preg_match('/^09[0-9]{9}/i', $Mobile) ? $Mobile : '';
    285285
    286                 $accvandar = 'https://vandar.io/ipg/%s';
     286                $accvandar = 'https://ipg.vandar.io/v3/%s';
    287287
    288288
  • vandar-woocommerce-gateway/trunk/readme.md

    r2306202 r2473743  
    2727 == Changelog ==
    2828
    29 = 1.0 =
     29= 2.0 =
    3030* Initial commit
  • vandar-woocommerce-gateway/trunk/readme.txt

    r2306202 r2473743  
    2727 == Changelog ==
    2828
    29 = 1.0 =
     29= 2.0 =
    3030* Initial commit
Note: See TracChangeset for help on using the changeset viewer.