This commit is contained in:
Frey Mansikkaniemi 2020-09-07 11:09:10 +08:00
parent c4c3991890
commit 572b7f3e03
4 changed files with 9 additions and 3 deletions

View File

@ -59,6 +59,9 @@ $ git clone https://github.com/invite-frey/is-woo-payment-fps.git
### 1.4 ### 1.4
* Optional QRCode caching added * Optional QRCode caching added
### 1.41
* Bugfix
## Donations ## Donations
Donations are much appreciated if you found this resource useful. Donations are much appreciated if you found this resource useful.

View File

@ -1,14 +1,14 @@
<?php <?php
/** /**
* @package Hong_Kong_FPS_Woo_Payment * @package Hong_Kong_FPS_Woo_Payment
* @version 1.4 * @version 1.41
*/ */
/* /*
Plugin Name: Hong Kong FPS Woo Payment Plugin Name: Hong Kong FPS Woo Payment
Plugin URI: https://github.com/invite-frey/is-woo-payment-fps Plugin URI: https://github.com/invite-frey/is-woo-payment-fps
Description: Woocommerce payment method enabling Hong Kong FPS payments. Displays QR code and FPS payent if to user. Requires manual confirmation. Description: Woocommerce payment method enabling Hong Kong FPS payments. Displays QR code and FPS payent if to user. Requires manual confirmation.
Author: Frey Mansikkaniemi, invITe Services Author: Frey Mansikkaniemi, invITe Services
Version: 1.4 Version: 1.41
Author URI: http://frey.hk/ Author URI: http://frey.hk/
License: GPLv3 License: GPLv3
*/ */

View File

@ -64,3 +64,6 @@ Enables [FPS](https://www.hkma.gov.hk/eng/key-functions/international-financial-
= 1.4 = = 1.4 =
* Optional QRCode caching added * Optional QRCode caching added
= 1.41 =
* Bugfix

View File

@ -270,7 +270,7 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){
$qrcode = new ITS_FPS_QRCodeData($fps_data); $qrcode = new ITS_FPS_QRCodeData($fps_data);
$qr_code_url = $qr_code_url =
$this->write_qr_code_to_file ? $this->write_qr_code_to_file === 'yes' ?
$this->qrcode_file_url($qrcode->getDataString()) : $this->qrcode_file_url($qrcode->getDataString()) :
add_query_arg( add_query_arg(
'_wpnonce', '_wpnonce',