Skip to content

Commit

Permalink
Merge pull request #2406 from SwedbankPay/feature/devp-419_winter_cle…
Browse files Browse the repository at this point in the history
…anup

DEVP-419: Small fixes here and there
  • Loading branch information
arebra authored Jan 6, 2025
2 parents 99a934e + 491ba8c commit f0b8281
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/fields/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{%- assign description_url = description_url | prepend: "/old-implementations/payment-instruments-v1" -%}
{%- endunless -%}
{%- capture description -%}
A 40 character length textual [description]({{ description_url }}) of the purchase.
A textual [description]({{ description_url }}) of the purchase. Maximum length is 40 characters.
{%- endcapture -%}
{{- description | strip_newlines -}}
{%- comment -%}
Expand Down
2 changes: 1 addition & 1 deletion _includes/fields/intent.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{%- endcapture -%}
{%- capture text -%}
The intent of the payment identifies how and when the charge will be
effectuated. This determine the type transactions used during the payment
effectuated. This determines the transactions types used during the payment
process.

`Authorization`. Reserves the amount, and is followed by a {% clink cancellation
Expand Down
4 changes: 2 additions & 2 deletions _includes/fields/logo-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
and 400px width. Requires HTTPS. Read more about this in
{% if documentation_section contains "checkout-v3" %} [Custom Logo]({{ features_url }}/customize-ui/custom-logo) {% else %} [Custom Logo]({{ features_url }}/optional/custom-logo) {% endif %}.
{%- else -%}
The URL that will be used for showing the customer logo. Must be a picture
with maximum 50px height and 400px width. Requires HTTPS.
The URL that will be used for showing the customer logo. It must be a
picture with maximum 50px height and 400px width. HTTPS is required.
{%- endif -%}
{%- endcapture -%}
{{- logo_description | strip_newlines -}}
Expand Down
2 changes: 1 addition & 1 deletion _includes/fields/payment-url-paymentorder.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ completing the payment. `paymentUrl` is only used in Seamless Views and should
point to the page of where the Payment Order Seamless View is hosted. If both
`cancelUrl` and `paymentUrl` is sent, the `paymentUrl` will used. Trustly will
only be available if the `paymentUrl` is provided while using Seamless View.
With Redirect Trustly will appear regardless.
When using Redirect, Trustly will appear regardless.
{%- endcapture -%}
{%- comment -%}
The following chain of Liquid filters converts newlines to spaces and removes
Expand Down

0 comments on commit f0b8281

Please sign in to comment.