Skip to content

Commit

Permalink
Update README.md (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
peelar authored May 21, 2024
1 parent 5948909 commit ae25e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ pnpm generate

### Vendor software

The app uses a custom implementation of the Klarna API client. The client is located in `generated/klarna.ts`.
The app implements the [Hosted Payment Page flow](https://docs.klarna.com/hosted-payment-page/get-started/accept-klarna-payments-using-hosted-payment-page/) through a custom Klarna API client. The client is located in `generated/klarna.ts`.

## Overview

### Features

-[Authorize transactions](https://docs.saleor.io/docs/3.x/developer/payments#authorization_success)
-[Charge transactions](https://docs.saleor.io/docs/3.x/developer/payments#charge_success)
- [Refund transactions](https://docs.saleor.io/docs/3.x/api-reference/webhooks/enums/webhook-event-type-sync-enum#code-style-fontweight-normal-webhookeventtypesyncenumbtransaction_refund_requestedbcode)
- [Refund transactions](https://docs.saleor.io/docs/3.x/api-reference/webhooks/enums/webhook-event-type-sync-enum#code-style-fontweight-normal-webhookeventtypesyncenumbtransaction_refund_requestedbcode)
-[Cancel transactions](https://docs.saleor.io/docs/3.x/api-reference/webhooks/enums/webhook-event-type-sync-enum#code-style-fontweight-normal-webhookeventtypesyncenumbtransaction_cancelation_requestedbcode)
-[Initialize payment gateway](https://docs.saleor.io/docs/3.x/developer/payments#initialize-payment-gateway)
-[Saved payment methods](https://docs.saleor.io/docs/3.x/developer/payments#stored-payment-methods)
-[Storing config in metadata](https://docs.saleor.io/docs/3.x/developer/extending/apps/developing-apps/apps-patterns/persistence-with-metadata-manager)
- Two way webhook synchronization (Saleor → Service → Saleor)
- Two way webhook synchronization (Saleor → Klarna → Saleor)
- ✅ Front-end example (in [external repository](https://github.com/saleor/example-nextjs-klarna))

#### Payment methods
Expand Down

0 comments on commit ae25e4f

Please sign in to comment.