Skip to content

Commit

Permalink
v1.4.5:
Browse files Browse the repository at this point in the history
Tested Upto: WordPress 6.5.
Updated Readme for Knit Pay UPI.
  • Loading branch information
knit-pay committed May 14, 2024
2 parents 58dcadd + 827b33b commit e227604
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion includes/class-payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <span style="font-weight: 600;color: #ff0000;">%s</span>', __( '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 <span style="font-weight: 600;color: #ff0000;">%s</span><br><span style="font-weight: 600;color: green;">%s</span>', __( '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 <a target="_blank" href="https://wordpress.org/plugins/knit-pay-upi/">"Knit Pay - UPI"</a> 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
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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? =

Expand Down
5 changes: 3 additions & 2 deletions upi-qr-code-payment-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e227604

Please sign in to comment.