Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 4.92 KB

incompatibilities-3-0.md

File metadata and controls

9 lines (7 loc) · 4.92 KB

ApruveBundle

  • The AbstractApruveEntityWithLineItemsFactory::__construct(AmountNormalizerInterface $amountNormalizer, ApruveLineItemFromPaymentLineItemFactoryInterface $apruveLineItemFromPaymentLineItemFactory, ShippingAmountProviderInterface $shippingAmountProvider, TaxAmountProviderInterface $taxAmountProvider)[?] method was changed to AbstractApruveEntityWithLineItemsFactory::__construct(AmountNormalizerInterface $amountNormalizer, ApruveLineItemFromPaymentLineItemFactoryInterface $apruveLineItemFromPaymentLineItemFactory, ShippingAmountProviderInterface $shippingAmountProvider, TaxAmountProviderInterface $taxAmountProvider, TotalProcessorProvider $totalProcessorProvider)[?]
  • The ApruveShipmentFromPaymentContextFactory::__construct(AmountNormalizerInterface $amountNormalizer, ApruveLineItemFromPaymentLineItemFactoryInterface $apruveLineItemFromPaymentLineItemFactory, ShippingAmountProviderInterface $shippingAmountProvider, TaxAmountProviderInterface $taxAmountProvider, ApruveShipmentBuilderFactoryInterface $apruveShipmentBuilderFactory, ShippingMethodProviderInterface $shippingMethodProvider)[?] method was changed to ApruveShipmentFromPaymentContextFactory::__construct(AmountNormalizerInterface $amountNormalizer, ApruveLineItemFromPaymentLineItemFactoryInterface $apruveLineItemFromPaymentLineItemFactory, ShippingAmountProviderInterface $shippingAmountProvider, TaxAmountProviderInterface $taxAmountProvider, TotalProcessorProvider $totalProcessorProvider, ApruveShipmentBuilderFactoryInterface $apruveShipmentBuilderFactory, ShippingMethodProviderInterface $shippingMethodProvider)[?]
  • The ApruveOrderFromPaymentContextFactory::__construct(AmountNormalizerInterface $amountNormalizer, ApruveLineItemFromPaymentLineItemFactoryInterface $apruveLineItemFromPaymentLineItemFactory, ShippingAmountProviderInterface $shippingAmountProvider, TaxAmountProviderInterface $taxAmountProvider, ApruveOrderBuilderFactoryInterface $apruveOrderBuilderFactory)[?] method was changed to ApruveOrderFromPaymentContextFactory::__construct(AmountNormalizerInterface $amountNormalizer, ApruveLineItemFromPaymentLineItemFactoryInterface $apruveLineItemFromPaymentLineItemFactory, ShippingAmountProviderInterface $shippingAmountProvider, TaxAmountProviderInterface $taxAmountProvider, TotalProcessorProvider $totalProcessorProvider, ApruveOrderBuilderFactoryInterface $apruveOrderBuilderFactory)[?]
  • The ApruveInvoiceFromPaymentContextFactory::__construct(AmountNormalizerInterface $amountNormalizer, ApruveLineItemFromPaymentLineItemFactoryInterface $apruveLineItemFromPaymentLineItemFactory, ShippingAmountProviderInterface $shippingAmountProvider, TaxAmountProviderInterface $taxAmountProvider, ApruveInvoiceBuilderFactoryInterface $apruveInvoiceBuilderFactory)[?] method was changed to ApruveInvoiceFromPaymentContextFactory::__construct(AmountNormalizerInterface $amountNormalizer, ApruveLineItemFromPaymentLineItemFactoryInterface $apruveLineItemFromPaymentLineItemFactory, ShippingAmountProviderInterface $shippingAmountProvider, TaxAmountProviderInterface $taxAmountProvider, TotalProcessorProvider $totalProcessorProvider, ApruveInvoiceBuilderFactoryInterface $apruveInvoiceBuilderFactory)[?]