Skip to content

Releases: spryker-shop/checkout-page

0.1.4

26 Feb 15:57
Compare
Choose a tag to compare

Included commits: 0.1.3...0.1.4

Initial Release

  • Fixed CustomerStep post condition to properly check guest users and logged in users in quote.

0.1.3

21 Feb 13:18
Compare
Choose a tag to compare

Included commits: 0.1.2...0.1.3

Bugfixes

  • Add recalculation client to payment step

0.1.2

06 Feb 19:48
Compare
Choose a tag to compare

Included commits: 0.1.1...0.1.2

Initial Release

  • Replaced text names for types $builder->add('foo', 'text') is replace by $builder->add('foo', TextType::class).
  • Replaced create* with get* in factory for retrieving form's.
  • Added createPaymentMethodSubForms() to get form type FQCN's from DependencyProvider.
  • In ShipmentFormDataProvider flipped key/values for choice type.
  • Removed form constructor.
  • Forms now extend Spryker's AbstractType.
  • Use FQCN instead of instances in FormBuilder.
  • Replace getName() with getBlockPrefix().

0.1.1

12 Jan 14:38
Compare
Choose a tag to compare

Included commits: 0.1.0...0.1.1

Bugfixes

Summary Twig file had an issue with non-existing transfer attribute and is now fixed.

0.1.0

10 Jan 18:49
Compare
Choose a tag to compare

Included commits: https://github.com/spryker-shop/checkout-page/tree/0.1.0

Initial Release

First pre-release