-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #973 from Adyen/release/23.3.0
Release/23.3.0
- Loading branch information
Showing
83 changed files
with
875 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
...dges/bm_adyen/cartridge/templates/default/adyenSettings/settingCards/troubleshooting.isml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<iscontent type="text/html" charset="UTF-8" compact="true"> | ||
<isset name="AdyenConfigs" value="${require('*/cartridge/scripts/util/adyenConfigs')}" scope="page"/> | ||
<div id="troubleshooting" class="card bg-white mt-4"> | ||
<div class="card-body"> | ||
<h5 class="card-title mb-0"> | ||
Troubleshooting <small class="text-secondary"></small> | ||
</h5> | ||
<h7 class="card-subtitle"> | ||
<div class="first-subtitle">You can download Adyen Logs from here.</div> | ||
</h7> | ||
<div class="mt-2"> | ||
<div class="form-group"> | ||
<label class="form-title mb-0" for="logsDownload">Download Logs</label> | ||
<small id="logsDownloadHelp" class="form-text mb-1"> | ||
The logs are generated from the last 14 days. The downloaded files don’t include visuals, just text. | ||
</small> | ||
<div class="checkboxes"> | ||
<div class="form-group"> | ||
<ul class="log-list"> | ||
<li class='log-checkbox-debug'> | ||
<label class="form-title mt-4" for="debugLogs">Debug Log</label> | ||
<input class="form-check-input" type="checkbox" name="AdyenDebugLogs" id="debugLogs" value="debug"> | ||
<small id="debugLogsHelp" class="form-text mb-1"> | ||
For checking order data, order create date delay, current date, and service config calls to Adyen Checkout API. | ||
</small> | ||
</li> | ||
<li class='log-checkbox-info'> | ||
<label class="form-title mt-4" for="infoLogs">Info Log</label> | ||
<input class="form-check-input" type="checkbox" name="AdyenInfoLogs" id="infoLogs" value="info"> | ||
<small id="infoLogsHelp" class="form-text mb-1"> | ||
For informational messages about payment results, webhooks processing, authorization, and order updates. | ||
</small> | ||
</li> | ||
<li class='log-checkbox-error'> | ||
<label class="form-title mt-4" for="errorLogs">Error Log</label> | ||
<input class="form-check-input" type="checkbox" name="AdyenErrorLogs" id="errorLogs" value="error"> | ||
<small id="errorLogsHelp" class="form-text mb-1"> | ||
For errors related to configuration, payment, order processing, card details, and components. | ||
</small> | ||
</li> | ||
<li class='log-checkbox-fatal'> | ||
<label class="form-title mt-4" for="fatalLogs">Fatal Log</label> | ||
<input class="form-check-input" type="checkbox" name="AdyenFatalLogs" id="fatalLogs" value="fatal"> | ||
<small id="fatalLogsHelp" class="form-text mb-1"> | ||
For severe errors preventing the cartridge from functioning properly. | ||
</small> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="d-grid gap-2 d-md-flex justify-content-md-end form-buttons"> | ||
<button type="button" id="downloadLogsButton" class="btn btn-primary border disabled formButton">Download</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.