Skip to content

Commit

Permalink
stan
Browse files Browse the repository at this point in the history
  • Loading branch information
mandan2 committed Sep 11, 2023
1 parent 6c419aa commit 890d4ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions subscription/Handler/RecurringOrderHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,6 @@ private function createSubscription(Payment $transaction, MolRecurringOrder $rec
$newCart->setDeliveryOption([(int) $recurringOrder->id_address_delivery => sprintf('%d,', 8)]);
$newCart->update();

$newCart->getDeliveryOption(null, false, false)[$cart->id_address_delivery];

// $this->assertNotEquals(
// sprintf('%d,', (int) $carrier->id),
// $this->contextBuilder->getContext()->cart->getDeliveryOption(null, false, false)[$cart->id_address_delivery]
// );

$this->mollie->validateOrder(
(int) $newCart->id,
(int) $this->configuration->get(Config::MOLLIE_STATUS_AWAITING),
Expand Down

0 comments on commit 890d4ae

Please sign in to comment.