5 results found
-
Separate Toggle for Developer exception page for ServiceApi requests
When working with exceptions from ServiceApi, 500 exceptions in the DXP environments result in a "Something went wrong" html page that does not provide any detail to the underlying error.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Something Went Wrong</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="image/x-icon" rel="shortcut icon" href="/Util/images/favicon.ico" />
<link type="text/css" rel="stylesheet" href="/Util/styles/errorpage.css" />
</head>
<body class="epi-workspace">
<div class="error-wrapper">
<div class="friendly-error">
<h1 class="fiendly-error-header">Something Went Wrong</h1>
<p class="fiendly-error-content">Something went wrong when trying to access this resource.</p>
</div>
</div>
</body>
</html>
The same error when running in the local developer environment will reveal the underlying error, for example:…2 votes -
Add Bing & DV360 to their API connectors
Looking to send our segments to our performance marketing vendors
1 vote -
Allow for mapping to custom objects in Salesforce Marketing Automation connector
As a Salesforce user, I want to be able to map form fields to custom objects other than the five out-of-the-box provided with the Salesforce Marketing Automation connector.
8 votes -
Programmatically set/update Marketing Connector configuration
We would like to be able to reset the marketing connector configuration values programmatically. This would allow us to automate configuration after a copy/sync from PROD to a lower environment.
3 votes -
Capture AVS response from PayFlowPro payment gateway
We would like to capture AVS response from PayFlowPro payment gateway to prevent fraud orders. Here is an example of the API response
RESULT=0&PNREF=EFHP0D426A53&RESPMSG=APPROVED&AUTHCODE=25TEST&AVSADDR=Y&AVSZIP=N&CVV2MATCH=Y
If any of the highlighted attribute is <> 'Y' the order should be rejected.1 vote
- Don't see your idea?