docs: fix example of createFulfillment (#6088)
This commit is contained in:
@@ -196,7 +196,7 @@ class MyFulfillmentService extends AbstractFulfillmentService {
|
||||
// ...
|
||||
async createFulfillment(
|
||||
data: Record<string, unknown>,
|
||||
items: LineItem,
|
||||
items: LineItem[],
|
||||
order: Order,
|
||||
fulfillment: Fulfillment
|
||||
) {
|
||||
|
||||
@@ -194,7 +194,7 @@ class MyFulfillmentService extends AbstractFulfillmentService {
|
||||
// ...
|
||||
async createFulfillment(
|
||||
data: Record<string, unknown>,
|
||||
items: LineItem,
|
||||
items: LineItem[],
|
||||
order: Order,
|
||||
fulfillment: Fulfillment
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user