Greetings of the day,
I really appreciate your work,
I have a query,
I installed the plugin ‘Wp Paytm Pay’ on one of my client website, it works fine but it’s not able to record payment details,
Please Advise.
Note: I had installed the Paytm official plugin before.
Thanks & Regards
Ashraf Ali
It’s look like that you are not using WordPress setting API. I can’t see anywhere → add_settings_field()
]]>Hi,
can we load library conditionally to prevent fatal error?
require_once(dirname(__FILE__) . '/encdec_paytm.php');
change to
if( ! function_exists( 'sanitizedParam' ) ) { require_once(dirname(__FILE__) . '/encdec_paytm.php');; }]]>