Skip to content

Commit b277ca5

Browse files
authored
Upgrade Debian base image to Trixie and fix markdown issues (#214)
This upgrades Hugo from 0.80 to 0.131. The new version of Hugo found some missing tags, that broke the build.
1 parent 36fe763 commit b277ca5

File tree

7 files changed

+7090
-4735
lines changed

7 files changed

+7090
-4735
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye-slim
1+
FROM debian:trixie-slim
22

33
RUN apt-get update && \
44
apt-get upgrade -y && \

website/content/gateway/api_reference/resources/account/account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GET https://gateway.clearhaus.com/account
3636
{{% description_details %}}Merchant category code.
3737
{{% /description_details %}}
3838

39-
{{% description_term %}}acquirer{{% regex %}}{{% /regex %}}{{% /description_term %}}
39+
{{% description_term %}}acquirer{{% /description_term %}}
4040
{{% description_details %}}Used for 3-D Secure.
4141
{{% /description_details %}}
4242

website/content/gateway/api_reference/resources/authorizations/authorizations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ If the latest approved authorization in the series was not processed via Clearha
108108
{{% regex_optional %}}Optional, defaults to account's descriptor{{% /regex_optional %}}
109109
{{% /description_details %}}
110110

111+
{{% /description_list %}}
112+
111113
{{% notice %}}
112114
**Notice:** Since `series[type]` cannot be supplied together with `series[previous]`, the type of a series cannot change.
113115
{{% /notice %}}

website/content/gateway/api_reference/resources/authorizations/authorizations_methods/googlepay.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ID assigned by Google. Prepend it with either `merchant:` or `gateway:` dependin
2828
{{% description_details %}}
2929
See [Authentication: [3dsecure]](#authentication-3dsecure).
3030
{{% regex_optional %}}Optional{{% /regex_optional %}}
31+
{{% /description_details %}}
3132

3233
{{% /description_list %}}
3334
{{% notice %}}

website/content/gateway/api_reference/resources/authorizations/series/series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Default: `recurring`.
4545
{{% regex_optional %}}Conditional. Cannot be present if `series[previous][id]` or any `series[previous][mastercard][...]` is present. {{% /regex_optional %}}{{% /description_details %}}
4646

4747

48-
{{% description_term %}}series[previous][visa][tid] {{% regex %}}[0-9]{15}{{% /description_term %}}
48+
{{% description_term %}}series[previous][visa][tid] {{% regex %}}[0-9]{15}{{% /regex %}}{{% /description_term %}}
4949
{{% description_details %}}Transaction ID from Field 62.2 of the first-in-series or previous-in-series authorization; to be used in Field 125, Usage 2, Dataset ID 03.
5050
{{% regex_optional %}}Conditional. Required if `series[previous][visa][type]` is present. Cannot be present if `series[previous][id]` or any `series[previous][mastercard][...]` is present.{{% /regex_optional %}}{{% /description_details %}}
5151
{{% /description_list %}}

website/content/gateway/api_reference/resources/captures/travel_data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ For service type `[car]` (rental), the following parameter is relevant.
1111
{{% description_list %}}
1212
{{% description_term %}}travel[car][pick_up_date] {{% regex %}}20[0-9]{2}-[0-9]{2}-[0-9]{2} (YYYY-MM-DD){{% /regex %}}{{% /description_term %}}
1313
{{% description_details %}}The agreed pick-up date; can be in the future or in the past.
14-
{{% description_details %}}
14+
{{% /description_details %}}
1515
{{% /description_list %}}
1616

1717

1818
For service type `[flight]`, the following parameter is relevant.
1919
{{% description_list %}}
2020
{{% description_term %}}travel[flight][departure_date] {{% regex %}}20[0-9]{2}-[0-9]{2}-[0-9]{2} (YYYY-MM-DD){{% /regex %}}{{% /description_term %}}
2121
{{% description_details %}}The departure date; can be in the future or in the past.
22-
{{% description_details %}}
22+
{{% /description_details %}}
2323
{{% /description_list %}}
2424

2525
For service type `[lodging]` the following parameter is relevant.
2626
{{% description_list %}}
2727
{{% description_term %}}travel[lodging][check_in_date] {{% regex %}}20[0-9]{2}-[0-9]{2}-[0-9]{2} (YYYY-MM-DD){{% /regex %}}{{% /description_term %}}
28-
{{% description_details %}}The agreed check-in date; can be in the future or in the past.
29-
{{% description_details %}}
28+
{{% description_details %}}The agreed check-in date; can be in the future or in the past.
29+
{{% /description_details %}}
3030
{{% /description_list %}}

0 commit comments

Comments
 (0)