Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DX-388: Fixed menu order and deposit code example #2266

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _includes/dopb.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ Content-Type: application/json;version=3.x/2.0{% endcapture %}
}
}
}{% endcapture %}

{% include code-example.html
title='Request'
header=request_header
json= request_content
%}
4 changes: 2 additions & 2 deletions checkout-v3/features/optional/deposit-on-payment-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Deposit On Payment Button
permalink: /:path/deposit-on-payment-button/
description: |
Change the text on you payment button
menu_order: 1600
menu_order: 2000
icon:
content: copyright
content: call_to_action
outlined: true
---

Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/fees-discounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Fees And Discounts
permalink: /:path/fees-discounts/
description: |
How to add fees and discounts to payment orders.
menu_order: 2000
menu_order: 2100
icon:
content: discount
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/instrument-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Instrument Mode
permalink: /:path/instrument-mode/
description: The Payment Menu with one payment instrument
menu_order: 2100
menu_order: 2200
icon:
content: looks_one
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/integrated-commerce.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Integrated Commerce
permalink: /:path/integrated-commerce/
description: A printable, scannable reference code for payment tracking.
menu_order: 2200
menu_order: 2300
icon:
content: document_scanner
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/moto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: MOTO
permalink: /:path/moto/
description: |
Mail Order / Telephone Order transactions.
menu_order: 2300
menu_order: 2400
icon:
content: dns
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/network-tokenization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Network Tokenization
permalink: /:path/network-tokenization/
description: Stored cards made easier
menu_order: 2400
menu_order: 2500
icon:
content: share
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/one-click-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: One-Click Payments
permalink: /:path/one-click-payments/
description: |
Prefilling the payment details using payment tokens.
menu_order: 2500
menu_order: 2600
icon:
content: touch_app
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/order-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Order Items
permalink: /:path/order-items/
description: Information about the order items
menu_order: 2600
menu_order: 2700
icon:
content: article
outlined: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Payer Aware Payment Menu
permalink: /:path/payer-aware-payment-menu/
description: |
A payment menu tailored to the payer.
menu_order: 2700
menu_order: 2800
icon:
content: event
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/payer-restrictions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Restricted To SSN
permalink: /:path/payer-restrictions/
description: |
Restricting payments to a specific Social Security Number (SSN)
menu_order: 2800
menu_order: 2900
icon:
content: lock
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/payment-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Payment Link
permalink: /:path/payment-link/
description: |
Sending the payment via mail or SMS.
menu_order: 2900
menu_order: 3000
icon:
content: link
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/payout.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Payout
permalink: /:path/payout/
description: Paying out funds to the consumer's account.
menu_order: 3000
menu_order: 3100
icon:
content: euro_symbol
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/recur.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Recur
permalink: /:path/recur/
description: |
Setting up subscriptions and recurring payments.
menu_order: 3100
menu_order: 3200
icon:
content: cached
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/request-delivery-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Request Delivery Information
permalink: /:path/request-delivery-info/
description: |
Request that payment instruments return delivery information.
menu_order: 3200
menu_order: 3300
icon:
content: local_shipping
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/sort-order-payment-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Customize Order Of Payment Menu
permalink: /:path/sort-order-payment-menu/
description: |
Sort the order of and restrict your payment menu
menu_order: 1800
menu_order: 3400
icon:
content: format_list_numbered
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/split-settlement.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Split Settlement
permalink: /:path/split-settlement/
description: |
For merchants with several sub-merchants.
menu_order: 3300
menu_order: 3500
icon:
content: call_split
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/tos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Terms of Service URL
permalink: /:path/tos/
description: Displaying the merchant's terms of service.
menu_order: 3400
menu_order: 3600
icon:
content: public
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/unscheduled.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Unscheduled Purchase
permalink: /:path/unscheduled/
description: |
Setting up subscriptions and merchant initiated payments.
menu_order: 3500
menu_order: 3700
icon:
content: report_problem
outlined: true
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Verify
permalink: /:path/verify/
description: |
Validating the payer's payment details.
menu_order: 3600
menu_order: 3800
icon:
content: verified_user
outlined: true
Expand Down
Loading