From 68d2e4232f3b5b355b0804080a5b1c68bb2cecae Mon Sep 17 00:00:00 2001 From: arebra Date: Mon, 25 Nov 2024 00:57:36 +0100 Subject: [PATCH] DEVP-455: Added aboirt-paymentattempt to code examples --- _includes/autoclick.md | 6 ++++++ _includes/checkout-v3-status-models.md | 6 ++++++ _includes/instrument-mode.md | 6 ++++++ _includes/payer-aware-payment-menu.md | 6 ++++++ _includes/payment-order-3-1.md | 6 ++++++ _includes/payment-order-afd.md | 6 ++++++ _includes/payment-order-checkout-payments-only.md | 6 ++++++ _includes/payment-order-moto.md | 6 ++++++ _includes/payment-order-recur.md | 6 ++++++ _includes/payment-order-unscheduled.md | 6 ++++++ _includes/request-delivery-info.md | 6 ++++++ 11 files changed, 66 insertions(+) diff --git a/_includes/autoclick.md b/_includes/autoclick.md index f6dfac4cfc..f7ec82ac13 100644 --- a/_includes/autoclick.md +++ b/_includes/autoclick.md @@ -373,6 +373,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/checkout-v3-status-models.md b/_includes/checkout-v3-status-models.md index a01cc320a5..8f01354643 100644 --- a/_includes/checkout-v3-status-models.md +++ b/_includes/checkout-v3-status-models.md @@ -320,6 +320,12 @@ api-supported-versions: 3.x{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/instrument-mode.md b/_includes/instrument-mode.md index 721508b9b5..679bc6cb0b 100644 --- a/_includes/instrument-mode.md +++ b/_includes/instrument-mode.md @@ -273,6 +273,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "method": "PATCH", "contentType": "application/json" }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" + }, { "href": "https://api.payex.com/psp/paymentorders/222a50ca-b268-4b32-16fa-08d6d3b73224", "rel": "set-instrument", diff --git a/_includes/payer-aware-payment-menu.md b/_includes/payer-aware-payment-menu.md index a37dece84f..ff9fb4eb96 100644 --- a/_includes/payer-aware-payment-menu.md +++ b/_includes/payer-aware-payment-menu.md @@ -387,6 +387,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/payment-order-3-1.md b/_includes/payment-order-3-1.md index c82917d804..e382da30ea 100644 --- a/_includes/payment-order-3-1.md +++ b/_includes/payment-order-3-1.md @@ -168,6 +168,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/payment-order-afd.md b/_includes/payment-order-afd.md index 213f3cb707..c0e77502ad 100644 --- a/_includes/payment-order-afd.md +++ b/_includes/payment-order-afd.md @@ -183,6 +183,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/payment-order-checkout-payments-only.md b/_includes/payment-order-checkout-payments-only.md index 36cac569d6..a3c183b857 100644 --- a/_includes/payment-order-checkout-payments-only.md +++ b/_includes/payment-order-checkout-payments-only.md @@ -174,6 +174,12 @@ api-supported-versions: 3.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/payment-order-moto.md b/_includes/payment-order-moto.md index eefe1b8e0a..751f434d2c 100644 --- a/_includes/payment-order-moto.md +++ b/_includes/payment-order-moto.md @@ -251,6 +251,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/payment-order-recur.md b/_includes/payment-order-recur.md index 54bb02d05e..b63c886259 100644 --- a/_includes/payment-order-recur.md +++ b/_includes/payment-order-recur.md @@ -309,6 +309,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/payment-order-unscheduled.md b/_includes/payment-order-unscheduled.md index cf6aed8738..33b5ba34ca 100644 --- a/_includes/payment-order-unscheduled.md +++ b/_includes/payment-order-unscheduled.md @@ -317,6 +317,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %} diff --git a/_includes/request-delivery-info.md b/_includes/request-delivery-info.md index f4c2f195cf..63e4b1421c 100644 --- a/_includes/request-delivery-info.md +++ b/_includes/request-delivery-info.md @@ -375,6 +375,12 @@ api-supported-versions: 3.x/2.0{% endcapture %} "rel": "abort", "method": "PATCH", "contentType": "application/json" + }, + { + "href": "https://api.payex.com/psp/paymentorders/{{ page.payment_order_id }}", + "rel": "abort-paymentattempt", + "method": "PATCH", + "contentType": "application/json" } ] }{% endcapture %}