1.39.0 (2023-09-12)
Features
- connector:
- [Braintree] implement 3DS card payment for braintree (#2095) (
d63cbbd
) by @AkshayaFoiger - [payme] Add support for dispute webhooks (#2089) (
341163b
) by @Sangamesh26
- [Braintree] implement 3DS card payment for braintree (#2095) (
- core:
- Enable payments void for multiple partial capture (#2048) (
a81bfe2
) by @hrithikesh026 - Add runtime flag to disable dummy connector (#2100) (
d52fe7f
) by @apoorvdixit88
- Enable payments void for multiple partial capture (#2048) (
- db: Implement
ReverseLookupInterface
forMockDb
(#2119) (f2df2d6
) by @dalprahcd - router:
- Disable temp locker call for connector-payment_method flow based on env (#2120) (
fea5c4d
) by @sai-harsha-vardhan - New get route for derivation of verified applepay domain (#2121) (
177d8e5
) by @prajjwalkumar17 - Added new webhook URL to support
merchant_connector_id
(#2006) (82b36e8
) by @sahkal
- Disable temp locker call for connector-payment_method flow based on env (#2120) (
Bug Fixes
- connector: [SQUARE] Throw Error for Partial Capture of Payments (#2133) (
cc8847c
) by @deepanshu-iiitu - core: [Bluesnap] Add secondary_base_url for script (#2124) (
1407049
) by @Sakilmostak - payment_methods: Default card fetch to locker call (#2125) (
ffe9009
) by @Sarthak1799 - refactor: [Paypal] refactor paypal not implemented payment methods errors (#1974) (
ca9fb0c
) by @swangi-kumari - router: Move connector customer create flow to
call_connector_service
(#2137) (4d3e6bc
) by @sai-harsha-vardhan - router/scheduler: Replace the occurrences of gen_range with a safer alternative (#2126) (
94ac5c0
) by @anupj - webhooks: Fix database queries in webhook (#2139) (
eff280f
) by @Narayanbhat166 - Eliminate recursive call while updating config in database (#2128) (
a3dd8b7
) by @BallaNitesh
Refactors
- connector: [Zen] refactor Zen payment methods not implemented errors (#1955) (
b0c4ee2
) by @swangi-kumari - pm_list: Get profile_id from business_details in list pm (#2131) (
90868b9
) by @Narayanbhat166
Testing
- postman: Update postman collection files (
7e29adb
) by @github-actions
Full Changelog: v1.38.0...v1.39.0