Shiv Prakash Tiwari
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Service Payment Form With Authorize.net] wpspf_vars is not definedCan you please give me your website url, because it is working well at my end.
Forum: Plugins
In reply to: [WP Service Payment Form With Authorize.net] wpspf_vars is not defined@plavalle wpspf_vars is not defined issue fixed now. Please use updated version 2.2.7
Thanks
Forum: Plugins
In reply to: [WP Service Payment Form With Authorize.net] Client charged twice@nilesht Issue fixed. Please update your plugin and test.
Forum: Plugins
In reply to: [WP Service Payment Form With Authorize.net] Client charged twiceHi @nilesht I didn’t hear from others for this error.Anyways, can you please give me your website url and admin login details so that I can check it.
Thanks & Regards
ShivSorry for the delayed response.
Yes, you can replace the comma with the amount.
You will get the amount value passing to authorize.net at line number around 900 in the functions.php file.
i.e
Line number: 900“x_amount” => floatval(cleanInput($postData[‘payment_amount’]))
You can implement it like:
function cleanInput($amt) {
//here you can remove comma and special char.
$amt = str_replace(“,”, “”, $amt);
return $amt;
}Thanks
ShivForum: Reviews
In reply to: [WP Service Payment Form With Authorize.net] Excellent Plugin & Support@tylerpoling Thanks
Welcome!
@tylerpoling, Please drop your rate & review for this plugin.
@tylerpoling, I have fixed the issue and pushed in 2.2.2 version. Please update installed plugin.
Thanks
@tylerpoling, If you you can connect on skype (shiv.prakash76) with me. It would be good for me and I will resolve your issue asap.
@tylerpoling Thanks, let me check.
@tylerpoling Can you please let me know which field you set not be required?
@tylerpoling
Thanks for using this plugin. Let me check what issue is there.
ThanksForum: Plugins
In reply to: [WP Service Payment Form With Authorize.net] ReCaptcha v3?Hi @cybercobre
I am apologies for delay response. I was super busy in some urgent stuff.
This plugin support v2 Google Re-captcha, for v3 I need to customize it.
Hi @bcworkz
Thanks for your suggestions. Sure I will consider your suggestions but I will add these enhancements as soon as possible.
Thanks
Shiv
E-mail: [email protected]
Skype: shiv.prakash76