OSS 1.14.0 (2023-08-02)
Features
- Connector: [Stripe] Implement Cashapp Wallet (#1103) (
dadd13e
) by @AkshayaFoiger - connector:
- [iatapay] fix refund amount, hardcode IN for UPI, send merchant payment id (#1824) (
505aa21
) by @arvindpatel24 - [Adyen] implement Swish for Adyen (#1701) (
cf30255
) by @AkshayaFoiger - [Trustpay] unify error_code, error_message and error_reason in error response (#1817) (
8a638e4
) by @sai-harsha-vardhan - [Stax] Implement Cards for Connector Stax (#1773) (
f492d0a
) by @deepanshu-iiitu - [Adyen] Implement Boleto Bancario in Vouchers and Add support for Voucher in Next Action (#1657) (
801946f
) by @Sakilmostak - [Adyen] Add support for Blik (#1727) (
30e41a9
) by @AkshayaFoiger
- [iatapay] fix refund amount, hardcode IN for UPI, send merchant payment id (#1824) (
- core: Added key should_cancel_transaction in update trackers to support Frm Pre flow cancellation (#1811) (
5d6510e
) by @rishavkar - payment_methods: Added value Field in required Field for Pre-filling (#1827) (
e047a11
) by @Sarthak1799 - pii: Implement a masking strategy for UPI VPAs (#1641) (
e3a33bb
) by @SargamPuram
Bug Fixes
- connector:
- [Stripe] change payment_method name Wechatpay to wechatpayqr (#1813) (
208d619
) by @srujanchikke - Refactor capture and refund flow for Connectors (#1821) (
d06adc7
) by @swangi-kumari - [Payme] Fix refund request fields (#1831) (
6f8be0c
) by @ArjunKarthik - [Airwallex] Psync response (#1826) (
8f65819
) by @Sakilmostak - Refactor psync and rsync for connectors (#1830) (
7a0d6f6
) by @swangi-kumari
- [Stripe] change payment_method name Wechatpay to wechatpayqr (#1813) (
- payments:
- All AdditionalCardInfo fields optional (#1840) (
a1cb255
) by @Abhicodes-crypto - Write a foreign_from implementation for payment_method_data and add missing payment methods in helpers.rs (#1801) (
50298c1
) by @kritikmodi
- All AdditionalCardInfo fields optional (#1840) (
- ui-tests:
- Run ui-tests for each PR on approval (#1839) (
f2b370f
) by @jagan-jaya - Allow ui tests on workflow dispatch (#1843) (
c9fd421
) by @jagan-jaya
- Run ui-tests for each PR on approval (#1839) (
- Request amount fix for trustpay apple pay (#1837) (
3da69f3
) by @Sangamesh26
Refactors
- multiple_mca: Make
primary_business_detail
optional and remove default values (#1677) (9c7ac62
) by @Narayanbhat166 - redis: Invoke
redis_conn()
method instead of cloningredis_conn
property inStorageInterface
(#1552) (f32fdec
) by @jeevaprakashdr - router: Include currency conversion utility functions as
Currency
methods (#1790) (2c9c8f0
) by @uddhavdave - ui_tests: Move ui_tests to test_utils crate to reduce development time (#1822) (
5773faf
) by @jagan-jaya
Full Changelog: v1.13.2...v1.14.0