Filters are not working with PayPal donation, But with PayPal Standard #7313
Replies: 3 comments 1 reply
-
Additionally, If we use Stripe and recurring option is enabled then it seems that But, if it's one off (one time) donation then the metadata is available. I conducted the through testing and here is the screenshot that may help someone: Text Format Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
Hey @alishanvr Thanks for reaching out! I can confirm you are correct - some hooks you are trying to use do not currently exist for those gateways (at the moment). To be completely transparent, i'm not sure if the ones you are trying to use worked in the past for those specific gateways. All of our gateways have been being updated for future version of GiveWP over the last year or so and we have tried our best to preserve hooks along the way. However, it's certainly possible we missed some or that it was not possible to support them. In general my mindset is:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for taking time to answering, and also for confirming that the hooks are not working with the recurring option. We are not using these hooks from the past. We just start using it from last month. So, the first question is not relevant (hooks was working in past or not). If it's on my side (opening the feature request) then please guide me about how I can do this. :) Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
I am referred here from the priority support team. And I am facing the following issue:
What we want to achieve
We want that when donation is made then the PayPal title should update and the title should have the information like Give Aid and the country.
The filters we are using as follows:
give_paypal_redirect_args
give_recurring_paypal_args
give_gateway_paypal_redirect_args
The above filters are working perfect with PayPal Standard but not with the PayPal Donation.
Code Snippet
We are using the following filters:
The following filters correctly with PayPal Standard:
give_paypal_redirect_args
give_recurring_paypal_args
give_gateway_paypal_redirect_args
But for the PayPal Donation these filters are not working.
May you please provide us the filters that we should use for the PayPal donation? Or suggest us how to resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions