Skip to content

Commit

Permalink
Merge pull request #2388 from SwedbankPay/feature/devp-455_problem_ty…
Browse files Browse the repository at this point in the history
…pes_native_app

DEVP-455: Added aboirt-paymentattempt to code examples
  • Loading branch information
arebra authored Nov 25, 2024
2 parents a139b2b + 68d2e42 commit 45ad7a9
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _includes/autoclick.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/checkout-v3-status-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/instrument-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions _includes/payer-aware-payment-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/payment-order-3-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/payment-order-afd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/payment-order-checkout-payments-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/payment-order-moto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/payment-order-recur.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/payment-order-unscheduled.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions _includes/request-delivery-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 45ad7a9

Please sign in to comment.