Plugin Directory

Changeset 3170857


Ignore:
Timestamp:
10/17/2024 03:43:47 PM (18 months ago)
Author:
integrationdevpaytm
Message:

PPSL URL Update

Location:
paytm-donation/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • paytm-donation/trunk/includes/PaytmConstantsDonation.php

    r3170842 r3170857  
    2828
    2929    CONST LAST_UPDATED                          = "20241017";
    30     CONST PLUGIN_VERSION                        = "2.2.8";
     30    CONST PLUGIN_VERSION                        = "2.2.9";
    3131    CONST PLUGIN_DOC_URL                        = "https://business.paytm.com/docs/wordpress/";
    3232
  • paytm-donation/trunk/includes/PaytmHelper.php

    r2977058 r3170857  
    5555            public static function getInitiateURL($isProduction = 0)
    5656            {
     57                $url = isset($url) ? $url : '';
    5758                if ($isProduction == 1) {
    5859                    if(PaytmConstantsDonation::PPBL==false){
  • paytm-donation/trunk/paytm-donation.php

    r3170842 r3170857  
    44 * Plugin URI: https://business.paytm.com/docs/wordpress/
    55 * Description: This plugin allow you to accept donation payments using Paytm. This plugin will add a simple form that user will fill, when he clicks on submit he will redirected to Paytm website to complete his transaction and on completion his payment, paytm will send that user back to your website along with transactions details. This plugin uses server-to-server verification to add additional security layer for validating transactions. Admin can also see all transaction details with payment status by going to "Paytm Payment Details" from menu in admin.
    6  * Version: 2.2.8
     6 * Version: 2.2.9
    77 * Author: Paytm
    88 * Author URI: https://business.paytm.com/payment-gateway
Note: See TracChangeset for help on using the changeset viewer.