mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-04 21:40:43 +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(
|
||||
'_wpnonce',
|
||||
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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user