diff --git a/README.md b/README.md index 477a1d2..70088e6 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Yes, this plugin is compatible with any theme. #### I want auto verification after payment is done. Is is possible? -Unfortunately no, automatic payment verification is not possible as NPCI does not allow to use their API and verify the traansaction of any website. +This plugin currently does not support this functionality, but you can use the [Knit Pay - UPI](https://wordpress.org/plugins/knit-pay-upi/) plugin to get this feature for some Merchant UPI QR codes. #### The plugin isn't working or have a bug? diff --git a/includes/class-payment.php b/includes/class-payment.php index ff5e57b..88bf774 100644 --- a/includes/class-payment.php +++ b/includes/class-payment.php @@ -57,7 +57,7 @@ public function __construct() { $this->icon = apply_filters( 'upiwc_gateway_icon', UPIWC_URL . 'includes/icon/payment.gif' ); $this->has_fields = true; $this->method_title = __( 'UPI QR Code', 'upi-qr-code-payment-for-woocommerce' ); - $this->method_description = sprintf( '%s %s', __( 'Allows customers to use UPI mobile app like Paytm, Google Pay, BHIM, PhonePe to pay to your bank account directly using UPI.', 'upi-qr-code-payment-for-woocommerce' ), __( 'Merchant or Administrator of this site needs to manually check the payment and mark it as paid on the Order edit page as automatic payment verification is not available within this payment method.', 'upi-qr-code-payment-for-woocommerce' ) ); + $this->method_description = sprintf( '%s %s
%s', __( 'Allows customers to use UPI mobile app like Paytm, Google Pay, BHIM, PhonePe to pay to your bank account directly using UPI.', 'upi-qr-code-payment-for-woocommerce' ), __( 'Merchant or Administrator of this site needs to manually check the payment and mark it as paid on the Order edit page as automatic payment verification is not available within this payment method.', 'upi-qr-code-payment-for-woocommerce' ), __('Kindly use the "Knit Pay - UPI" plugin to get automatic payment verification functionality.', 'upi-qr-code-payment-for-woocommerce') ); $this->order_button_text = apply_filters( 'upiwc_order_button_text', __( 'Proceed to Payment', 'upi-qr-code-payment-for-woocommerce' ) ); // Method with all the options fields diff --git a/package-lock.json b/package-lock.json index 587e281..6667052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18376,9 +18376,9 @@ } }, "node_modules/webpack-dev-middleware": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", - "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", + "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", "dev": true, "dependencies": { "colorette": "^2.0.10", diff --git a/readme.txt b/readme.txt index 57d0902..a6c44da 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: knitpay, gautammkgarg, infosatech Tags: upi, upi payment, woocommerce, qr code, bhim upi Requires at least: 4.6 -Tested up to: 6.4 -Stable tag: 1.4.4 +Tested up to: 6.5 +Stable tag: 1.4.5 Requires PHP: 5.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html @@ -86,7 +86,7 @@ Yes, this plugin is compatible with any theme. Also, compatible with Genesis, Di = I want auto verification after payment is done. Is is possible? = -Unfortunately no, automatic payment verification is not possible as NPCI does not allow to use their API and verify the transaction of any external website. +This plugin currently does not support this functionality, but you can use the [Knit Pay - UPI](https://wordpress.org/plugins/knit-pay-upi/) plugin to get this feature for some Merchant UPI QR codes. = The plugin isn't working or have a bug? = diff --git a/upi-qr-code-payment-for-woocommerce.php b/upi-qr-code-payment-for-woocommerce.php index 70c56aa..9318a15 100644 --- a/upi-qr-code-payment-for-woocommerce.php +++ b/upi-qr-code-payment-for-woocommerce.php @@ -3,14 +3,15 @@ * Plugin Name: UPI QR Code Payment Gateway * Plugin URI: https://wordpress.org/plugins/upi-qr-code-payment-for-woocommerce/ * Description: It enables a WooCommerce site to accept payments through UPI apps like BHIM, Google Pay, Paytm, PhonePe or any Banking UPI app. Avoid payment gateway charges. - * Version: 1.4.4 - * Author: KnitPay + * Version: 1.4.5 + * Author: Team KnitPay * Author URI: https://www.knitpay.org/ * License: GPLv3 * Text Domain: upi-qr-code-payment-for-woocommerce * Domain Path: /languages * WC requires at least: 3.1 * WC tested up to: 8.6 + * Requires Plugins: woocommerce * * UPI QR Code Payment Gateway is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by