Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payments Pro PayFlow - Comment Fields #498

Closed
angelleye opened this issue Jul 4, 2016 · 2 comments
Closed

Payments Pro PayFlow - Comment Fields #498

angelleye opened this issue Jul 4, 2016 · 2 comments
Milestone

Comments

@angelleye
Copy link
Collaborator

PayFlow provides COMMENT1 and COMMENT2 parameters for passing custom data.

Right now we are using COMMENT1 like this...

'comment1'=> apply_filters( 'ae_pppf_custom_parameter', $customer_note , $order ),

We are not doing anything with COMMENT2, though.

We have a request to allow more flexibility with how these parameters are used.

We need to add filters into both of these so people can put whatever they want in them.

@angelleye angelleye added this to the 1.2.4 milestone Jul 4, 2016
@kcppdevelopers
Copy link
Contributor

Here is example http://pastebin.com/8UnaetTi for comment1 and comment2.

@angelleye
Copy link
Collaborator Author

Hook names are ae_pppf_comment1_parameter and ae_pppf_comment2_parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant