Hi,
Where can I find the Payment Parameters in the database?
I've looked in the EcomPayments table, but the values were not there. Am I missing something?
Nuno
Hi,
Where can I find the Payment Parameters in the database?
I've looked in the EcomPayments table, but the values were not there. Am I missing something?
Nuno
If you mean the configuration of the checkout handlers it can be found as an XML document on the PaymentGatewayParameters field in ecomPayments table.
Nicolai
Hi Nicolai,
You're right. Since the values are attributes in the xml nodes, and firehose does not display the xml string, it seemed empty all the time.
Maybe a good feature was to convert XML information to string, like DataManagement does, for easier database querying in Firehose. I use it a lot.
Nuno
You must be logged in to post in the forum