I was wondering if there are any other statuses associated with the {payment_status} merge tag besides 'Approved' and 'Failed'?
The reason I ask is it appears that Gravity Forms has updated their code they use to populate the Payment Details field, which checks an array of payment status codes in order to populate the Payment Details field on the 'Entry' page. Gravity Forms did not include 'Approved' or 'Failed' as part of that array, so the Payment Details box was showing up empty, and we had to construct an array of the C&P status codes for Gravity Forms to check in order to get the Payment Details box populated.
If there are more status codes besides 'Approved' and 'Failed' could you please provide them so we can build the array we need properly? Thank you
The reason I ask is it appears that Gravity Forms has updated their code they use to populate the Payment Details field, which checks an array of payment status codes in order to populate the Payment Details field on the 'Entry' page. Gravity Forms did not include 'Approved' or 'Failed' as part of that array, so the Payment Details box was showing up empty, and we had to construct an array of the C&P status codes for Gravity Forms to check in order to get the Payment Details box populated.
If there are more status codes besides 'Approved' and 'Failed' could you please provide them so we can build the array we need properly? Thank you
Comment