Skip to content

Commit 10d5ad3

Browse files
committed
updated reminder review admin
1 parent 697f7fe commit 10d5ad3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Controller/Adminhtml/Reminders/SendReminder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ public function execute()
8686
'email' => $reminderObj->getEmail(),
8787
'product_id' => $reminderObj->getProductId(),
8888
'order_increment_id' => $order_increment_id,
89-
'order_id' => $orderId
89+
'order_id' => $orderId,
90+
'store_id' => $reminderObj->getStoreId()
9091
];
9192
}
9293
}

0 commit comments

Comments
 (0)