If a customer has multiple subscriptions which are triggered on the same date, multiple orders are created.
So the customer might pay shipping fees multiple times, might not be effected by special discounts at that time or so on.
So placing separate orders on the same date is not applicable.
|
$this->addProduct($molliePayment, $cart, $subscription->metadata->quantity ?? 1); |
If a customer has multiple subscriptions which are triggered on the same date, multiple orders are created.
So the customer might pay shipping fees multiple times, might not be effected by special discounts at that time or so on.
So placing separate orders on the same date is not applicable.
magento2-subscriptions/Controller/Api/Webhook.php
Line 213 in 065ec02