Skip to content

5.27.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 28 Nov 12:41
· 291 commits to master since this release

Included commits: 5.26.0...5.27.0

Improvements

  • Introduced Customer.shippingAddress transfer field.
  • Introduced Customer.billingAddress transfer field.
  • Introduced CheckoutConfiguration.paymentServiceProviderData transfer field.
  • Introduced Payment.paymentProviderName transfer field.
  • Introduced Payment.paymentMethodName transfer field.
  • Adjusted PaymentConfig::getQuoteFieldsForForeignPayment to include the paymentMethodName as a part of the payment data.
  • Adjusted PaymentFacade::expandPaymentWithPaymentSelection() to support the Payment.paymentProviderName and Payment.paymentMethodName as a fallback value.
  • Adjusted PaymentFacade::initForeignPaymentForCheckoutProcess() to skip processing when the checkout configuration is set to express checkout.
  • Impacted PaymentAuthorizationCheckoutPostSavePlugin with facade changes.