Skip to content

Commit

Permalink
Adhoc - Update table and link (#1252)
Browse files Browse the repository at this point in the history
* update table and link

* Update concepts/commerce/checkout-concept/payments.md

* Update concepts/commerce/checkout-concept/payments.md

Co-authored-by: Micha Hobert <[email protected]>

---------

Co-authored-by: Micha Hobert <[email protected]>
  • Loading branch information
sushmangupta and Isengo1989 authored Jan 16, 2024
1 parent 8b7898e commit f0a8224
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion concepts/commerce/checkout-concept/payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The actual implementation of payment integrations differs between providers. The

### Session and state

The session should not be used in headless payment integrations. Read more about Session usage [here](../../../resources/guidelines/code/session-and-state)
The session should not be used in headless payment integrations. Read more about [session guidelines](../../../resources/guidelines/code/session-and-state).

### Controllers and API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ All you need to do is creating a `config.xml` file inside of a `Resources/config

## Fill your plugin configuration with settings

As we now know how to create your configuration, we can start to fill it with life

* or options to configure, in this case.
As you now know how to create configurations, you can start to fill it with life using various configuration options.

### Cards in your configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ A permission can be dependent on another permission, without which this permissi
### Shopware base permissions
The following permissions are already included and used in the B2B Employee Management component. More "base" permissions will be duly added with future B2B Components.

|Group|Permission|Dependencies|
|---|---|---|---|
|employee|employee.read| |
|employee |employee.edit|employee.read|
|employee |employee.create|employee.read, employee.edit|
|employee |employee.delete|employee.read, employee.edit |
|order|order.read.all|
| Group | Permission | Dependencies |
|---------|----------|-----------|
| employee | employee.read | |
| employee | employee.edit | employee.read |
| employee | employee.create | employee.read, employee.edit |
| employee | employee.delete | employee.read, employee.edit |
| order | order.read.all | |

0 comments on commit f0a8224

Please sign in to comment.