Skip to content

Releases: stripe/stripe-mirakl-connector

v3.0.1

09 Mar 18:08
32f65bf
Compare
Choose a tag to compare
  • Bump dependencies.

v3.0.0

08 Mar 13:17
c27e0d7
Compare
Choose a tag to compare
  • Seller onboarding flow has been migrated from Oauth to Connect Onboarding. Make sure to configure your Connect branding settings before upgrading.
  • Consequently, the /api/onboarding endpoint has been removed, the AccountOnboarding entity has been deleted, and the STRIPE_CLIENT_ID environment variable is no longer needed.
  • The connector:sync:onboarding command no longer uses the delay parameter. This parameter is now deprecated, please remove it from your crontab settings.
  • You can now use the SCHEME environment variable to force HTTP when working locally or in a development environment.
  • Stripe accounts are now created during the onboarding job and mapped with the corresponding Mirakl shop.
  • Auto debit of negative balances is now disabled by default for new Stripe accounts (see #78).
  • Improved Controllers tests.

v2.1.5

08 Feb 08:23
e21ac6b
Compare
Choose a tag to compare
  • Fixed the Reason column in alerting emails

v2.1.4

05 Nov 12:35
827abe8
Compare
Choose a tag to compare
  • Fetch orders by id in batches of 100 (#91 thanks @cysp)
  • Minor syntax improvements and fixes

v2.1.3

24 Jun 09:55
Compare
Choose a tag to compare
  • Added miraklShopId to Stripe Account metadata (#85 thanks @christophersjchow)
  • Improved logs readability + added option to output externally via Filebeat
  • Bumped dependencies

v2.1.2

06 May 10:59
644c656
Compare
Choose a tag to compare
  • Added: fetch payment ID from PaymentMapping if not provided in order transaction_number
  • Fixed: mark PaymentMapping as captured if charge is captured

v2.1.1

27 Apr 16:26
84b13f1
Compare
Choose a tag to compare
  • Fixed transfers not being created for subscription fees and extra invoices (#76)
  • Added migration to restore previously aborted subscription fees and extra invoices to the backlog

v2.1.0

31 Mar 10:59
246d906
Compare
Choose a tag to compare
  • Bumped dependencies to remove deprecated and abandoned packages.
  • Bumped PHPUnit to 9.5.
  • Bumped required PHP version to 7.3 or higher.

v2.0.4

25 Mar 09:21
Compare
Choose a tag to compare
  • Fixed query params formatting for arrays (#72 thanks @fhervieux)

v2.0.3

24 Mar 14:49
Compare
Choose a tag to compare
  • Fixed serialization of array query params on service endpoints (#70 thanks @fhervieux)