Hello,
is there a hook for creating an entry in the formidable-payments?
My problem is, that i have a registration form with Paypal payments and after the entry is created and the user has paid, the entry in the payment list is "completed". All fine until i have to modify the registration and for example change the price to something higher. After that i've tried to recharge the difference (saved in a field) with the pay_again function. But this only works when there is an open entry in the payment form (/wp-admin/admin.php?page=formidable-payments).
Is there a way to create this entries?
Thanks for any help,
Merlin
Maybe the magic will happen with FrmPayment from here https://github.com/wp-premium/formidable-paypal/blob/master/models/FrmPayment.php
Please login or Register to submit your answer