mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-05 22:10:41 +00:00
QR code url fixed
This commit is contained in:
parent
aadd135d17
commit
6df2aeb8a1
@ -151,7 +151,7 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){
|
|||||||
$qr_code_url = add_query_arg(
|
$qr_code_url = add_query_arg(
|
||||||
'_wpnonce',
|
'_wpnonce',
|
||||||
wp_create_nonce(ITS_WPF_PLUGIN_ID),
|
wp_create_nonce(ITS_WPF_PLUGIN_ID),
|
||||||
plugins_url('fps-qrcode.php', __FILE__) . '?generate_fps_qrcode=' . urlencode($qrcode->getDataString())
|
get_site_url() . '/?generate_fps_qrcode=' . urlencode($qrcode->getDataString())
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( $this->description ) {
|
if ( $this->description ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user