0.5.12 (2023-05-15)
Features
- Connector: [ACI] Implement Przelewy24 Bank Redirect (#1064) (
cef8914
) by @Sakilmostak - connector:
- [Iatapay] Implement AccessTokenAuth, Authorize, PSync, Refund, RSync and testcases (#1034) (
a2527b5
) by @arvindpatel24 - [bitpay] Add new crypto connector bitpay & testcases for all crypto connectors (#919) (
f70f10a
) by @arvindpatel24 - Add connector nmi with card, applepay and googlepay support (#771) (
baf5fd9
) by @pixincreate - [ACI] Implement Interac Online Bank Redirect (#1108) (
0177f1d
) by @Sakilmostak
- [Iatapay] Implement AccessTokenAuth, Authorize, PSync, Refund, RSync and testcases (#1034) (
- pm_list: Add pm list support for bank_debits (#1120) (
dfc6be4
) by @Narayanbhat166
Bug Fixes
- connector: Fix checkout error response type (#1124) (
5fd1614
) by @Abhicodes-crypto - connector_customer: Create connector_customer on requirement basis (#1097) (
e833a1d
) by @Narayanbhat166 - google_pay: Allow custom fields in
GpayTokenParameters
for google pay via stripe (#1125) (f790099
) by @jagan-jaya - mandate: Only trigger mandate procedure on successful connector call (#1122) (
a904d2b
) by @NishantJoshi00 - payments: Fix address_insert error propagation in get_address_for_payment_request function (#1079) (
da3b520
) by @Abhicodes-crypto - router: Fix webhooks flow for checkout connector (#1126) (
7f3ceb4
) by @vspecky
Refactors
- api_models:
- Remove unused mapping of attempt status to intent status (#1127) (
45ccc41
) by @Abhicodes-crypto - Derive serialize on
PaymentsCaptureRequest
struct (#1129) (e779ee7
) by @harsh-sharma-juspay
- Remove unused mapping of attempt status to intent status (#1127) (
- errors: Add parsing error types for context info (#911) (
0d46690
) by @lsampras - session_token: Add support for business filtering in payments session (#1128) (
2b0ed12
) by @Narayanbhat166
Documentation
- changelog: Add changelog for 0.5.12 (#1135) (
acb91eb
) by @NishantJoshi00
Revert
- Refactor(merchant_account): add back
api_key
field for backward compatibility (#761) (#1062) (f481abb
) by @SanchithHegde