Changeset 3170857
- Timestamp:
- 10/17/2024 03:43:47 PM (18 months ago)
- Location:
- paytm-donation/trunk
- Files:
-
- 3 edited
-
includes/PaytmConstantsDonation.php (modified) (1 diff)
-
includes/PaytmHelper.php (modified) (1 diff)
-
paytm-donation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paytm-donation/trunk/includes/PaytmConstantsDonation.php
r3170842 r3170857 28 28 29 29 CONST LAST_UPDATED = "20241017"; 30 CONST PLUGIN_VERSION = "2.2. 8";30 CONST PLUGIN_VERSION = "2.2.9"; 31 31 CONST PLUGIN_DOC_URL = "https://business.paytm.com/docs/wordpress/"; 32 32 -
paytm-donation/trunk/includes/PaytmHelper.php
r2977058 r3170857 55 55 public static function getInitiateURL($isProduction = 0) 56 56 { 57 $url = isset($url) ? $url : ''; 57 58 if ($isProduction == 1) { 58 59 if(PaytmConstantsDonation::PPBL==false){ -
paytm-donation/trunk/paytm-donation.php
r3170842 r3170857 4 4 * Plugin URI: https://business.paytm.com/docs/wordpress/ 5 5 * 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. 86 * Version: 2.2.9 7 7 * Author: Paytm 8 8 * Author URI: https://business.paytm.com/payment-gateway
Note: See TracChangeset
for help on using the changeset viewer.