1.2.0 (2023-07-11)
Features
- connector: [PowerTranz] Add template code for PowerTranz connector (#1650) (
f56f9d6
) by @ArjunKarthik - payments: Add client_secret auth for payments retrieve (#1663) (
b428298
) by @Abhicodes-crypto - pm_list: Add required field info for crypto pay (#1655) (
6d4943d
) by @prasunna09 - router: Add connector_request_reference_id in router_data based on merchant config (#1627) (
865db94
) by @sai-harsha-vardhan
Bug Fixes
- CI: Fix msrv checks on github run on push to main (#1645) (
05ea08b
) by @ShankarSinghC - core:
- Fix wallet payments throwing
Invalid 'payment_method_type' provided
and UI test issues (#1633) (307a470
) by @pixincreate - Add Payment_Method_data in Redirection Form (#1668) (
b043ce6
) by @SamraatBansal
- Fix wallet payments throwing
- locker: Remove delete_locker_payment_method_by_lookup_key from payments_operation_core (#1636) (
b326c18
) by @ShankarSinghC - middleware: Inlcude
x-request-id
header inaccess-control-expose-headers
header value (#1673) (b1ae981
) by @SanchithHegde - router:
- Use
Connector
enum forconnector_name
field inMerchantConnectorCreate
(#1637) (e750a73
) by @deepanshu-iiitu - Remove requires_customer_action status to payment confirm (#1624) (
69454ec
) by @AkshayaFoiger
- Use
- Map not found error properly in db_not found (#1671) (
fbd40b5
) by @dracarys18