Skip to content

Commit

Permalink
Merge branch 'main' into next-32619/write-document-for-order-approval
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmangupta authored Jan 17, 2024
2 parents d55c189 + f0a8224 commit da2b194
Show file tree
Hide file tree
Showing 4 changed files with 10 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
1 change: 1 addition & 0 deletions guides/plugins/apps/shipping-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ The functionality offers more than one identifier name. The following examples r
<name>First shipping method</name>
<name lang="de-DE">Erste Versandmethode</name>
<delivery-time>
<!-- Remember to remove the dashes from generated UUID -->
<id>c8864e36a4d84bd4a16cc31b5953431b</id>
<name>From 2 to 4 days</name>
<min>2</min>
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 da2b194

Please sign in to comment.