Hey guys I’m not really a PHP programmer… but I have been able to modify existing PHP here and there. definitely a noob.
trying to modify a wordpress plugin and the support people for the plugin are unbearably slow and not helpful.
Here is the pastebin for the PHP script. http://pastebin.com/GZzzd12W
I am trying to get the payment ID in the post meta(?) to be replaced by the invoice ID i can enter via text input. any help? the goal is to have what I type into the text input field for Invoice ID to be what is entered into the payment ID value for the payment’s data set. (if that makes any sense)
I currently have the invoice ID field in place on the form… but I cannot get the field to replace or enter into the payment ID in this script.