docs: correct typos in documentation (#4413)
* Correct typos in documentation * Remove changes to References directory --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ Following the addition of feature flags in version v1.3.3 and the addition of th
|
||||
|
||||
:::note
|
||||
|
||||
In version 1.3.6, Sales Channels are available but guraded by [feature flags](../../development/feature-flags/toggle.md). If you don’t have Sales Channels enabled, you don’t need to follow the steps detailed in this migration script.
|
||||
In version 1.3.6, Sales Channels are available but guarded by [feature flags](../../development/feature-flags/toggle.md). If you don’t have Sales Channels enabled, you don’t need to follow the steps detailed in this migration script.
|
||||
|
||||
:::
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ type PaymentContext = {
|
||||
}
|
||||
```
|
||||
|
||||
So, you can pass the previous `cart` parameter inside the new `context` paramter.
|
||||
So, you can pass the previous `cart` parameter inside the new `context` parameter.
|
||||
|
||||
Furthermore, these methods are now expected to return `PaymentSessionResponse`. It is made up of the following properties:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user