Hi BNRBranding,
As far as I know the trial version is fully functional.
What API error are you getting?
Bob
As far as I know the trial version is fully functional.
What API error are you getting?
Bob
Hi BNRBranding,
You need to inject the PayPal error/text in the errors array of Chronoforms through a small piece of code in a custom code action (under the "on fail" event of your PayPal action):
You can see all the response paths using a "Debugger" action after the "PayPal" action.
Regards,
Max
You need to inject the PayPal error/text in the errors array of Chronoforms through a small piece of code in a custom code action (under the "on fail" event of your PayPal action):
<?php
$form->validation_errors[] = $form->data['_PLUGINS_']['paypal_pro']["response_text"];
?>
You can see all the response paths using a "Debugger" action after the "PayPal" action.
Regards,
Max
This topic is locked and no more replies can be posted.