Hi,
We are trying to use the gf_replace_charge_description filter to change the description visible within the Stripe payment form setup.
For this we removed, unset, the entriID from the strings array and have added a reference to the uniqueID field to the description.
issue:
- The snippet runs before the entry is created
-
- This means the uniqueID field is still empty
A feed could be delay using gform_is_delayed_pre_process_feed, but I’m not sure if this works for the Stripe feed and if it would break anything else.
UniqueID can be populated before entry creation, there is a snippet for it, but this may break the uniqueness of the ID value which is not what we want in this specific case.
Any suggestions on how to achieve:
- Getting the uniqueID populated
-
- Execute the stripe payment (or the code snippets setting the description and payment descriptor) after entry creation.