Releases: stripe/stripe-mirakl-connector
Releases · stripe/stripe-mirakl-connector
v3.0.1
- Bump dependencies.
v3.0.0
- 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, theAccountOnboarding
entity has been deleted, and theSTRIPE_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
- Fixed the Reason column in alerting emails
v2.1.4
v2.1.3
- Added miraklShopId to Stripe Account metadata (#85 thanks @christophersjchow)
- Improved logs readability + added option to output externally via Filebeat
- Bumped dependencies
v2.1.2
- 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
- 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
- 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
- Fixed query params formatting for arrays (#72 thanks @fhervieux)
v2.0.3
- Fixed serialization of array query params on service endpoints (#70 thanks @fhervieux)