docs: added dividers + see also section (#2899)

This commit is contained in:
Shahed Nasser
2022-12-26 15:52:08 +02:00
committed by GitHub
parent b0e5769e27
commit b0ebfd6bcf
100 changed files with 1047 additions and 291 deletions
+9 -1
View File
@@ -8,6 +8,8 @@ In this document, youll learn how to integrate Klarna as a payment provider i
You can integrate Klarna into Medusa using the [official plugin](https://github.com/medusajs/medusa/tree/master/packages/medusa-payment-klarna).
---
## Prerequisites
### Medusa Components
@@ -20,6 +22,8 @@ In addition, youll need to use the [Medusa Admin](../admin/quickstart.mdx) to
- A [Klarna business account](https://portal.klarna.com/)
---
## Install Plugin
On your Medusa server, run the following command to install the plugin:
@@ -69,12 +73,16 @@ const plugins = [
];
```
---
## Enable Klarna in Regions
To use Klarna in your store, you must enable it in at least one region.
You can follow [this user guide to learn how to enable a payment provider in a region](../user-guide/regions/providers#manage-payment-providers). You can alternatively use the [REST APIs](/api/admin/#tag/Region/operation/PostRegionsRegionPaymentProviders).
## Whats Next
---
## See Also
- Check out [more plugins](https://github.com/medusajs/medusa/tree/master/packages) you can add to your store.