Plugin Directory

Changeset 2473740


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

add new version for paidmembership plugin

Location:
vandar-paid-memberships-pro/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vandar-paid-memberships-pro/trunk/readme.md

    r2323482 r2473740  
    22Contributors: imikiani
    33Tags: Vandar, gateway, paid memberships pro, memberships, restrict content,وندار,درگاه پرداخت وندار ,پرداخت امن وندار,درگاه,درگاه وندار,ایجاد اکانت ویژه,اکانت ویژه
    4 Stable tag: 1.0.4
     4Stable tag: 2.0.0
    55Tested up to: 5.2
    66License: GPLv2 or later
     
    2828== Changelog ==
    2929
    30 = 1.0 =
     30= 2.0 =
    3131* Initial commit
  • vandar-paid-memberships-pro/trunk/readme.txt

    r2323482 r2473740  
    22Contributors: imikiani
    33Tags: Vandar, gateway, paid memberships pro, memberships, restrict content,وندار,درگاه پرداخت وندار ,پرداخت امن وندار,درگاه,درگاه وندار,ایجاد اکانت ویژه,اکانت ویژه
    4 Stable tag: 1.0.4
     4Stable tag: 2.0.0
    55Tested up to: 5.2
    66License: GPLv2 or later
     
    2828== Changelog ==
    2929
    30 = 1.0 =
     30= 2.0 =
    3131* Initial commit
  • vandar-paid-memberships-pro/trunk/vandar-paid-memberships-pro.php

    r2323482 r2473740  
    283283                ];
    284284
    285                 $response = self::call_gateway_endpoint( 'https://vandar.io/api/ipg/send', $args );
     285                $response = self::call_gateway_endpoint( 'https://ipg.vandar.io/api/v3/send', $args );
    286286
    287287                if ( is_wp_error( $response ) ) {
     
    297297
    298298                if ( ! empty( $result->status ) && $result->status ) {
    299                     $payment_URL = sprintf( 'https://vandar.io/ipg/%s', $result->token );
     299                    $payment_URL = sprintf( 'https://ipg.vandar.io/v3/%s', $result->token );
    300300                    $morder->status = 'pending';
    301301                    $morder->saveOrder();
     
    366366                    ];
    367367
    368                     $response = self::call_gateway_endpoint('https://vandar.io/api/ipg/verify', $args);
     368                    $response = self::call_gateway_endpoint('https://ipg.vandar.io/api/v3/verify', $args);
    369369
    370370                    if (is_wp_error($response)) {
Note: See TracChangeset for help on using the changeset viewer.