Skip to content

Commit

Permalink
Reformat documentation page
Browse files Browse the repository at this point in the history
ISSUE: CS-5378, CS-5393
  • Loading branch information
goran-stamenkovski-logeecom committed May 7, 2024
1 parent 573becf commit 0221985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extension/docs/AdvancedCheckoutFlowIntegrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ Here's an example of the `getPaymentMethodsRequest` custom field value for a Ger
}
}
```

</details>

The response includes the list of available payment methods:
Expand Down Expand Up @@ -248,6 +249,7 @@ Pass the `getPaymentMethodsResponse` custom field value to your front end. You m
}
}
```

</details>

## Step 4: Add Components to your payments form
Expand Down Expand Up @@ -342,6 +344,7 @@ An example of payment [setCustomField](https://docs.commercetools.com/api/projec
}
}
```

</details>

> For the sake of readability, the field [`applicationInfo`](https://docs.adyen.com/development-resources/building-adyen-solutions#building-a-plugin) is omitted from all the examples in this document. In real requests, [`applicationInfo`](https://docs.adyen.com/development-resources/building-adyen-solutions#building-a-plugin) is always added.
Expand Down

0 comments on commit 0221985

Please sign in to comment.