3142 Commits

Author SHA1 Message Date
36409bdc91 refactor(cache): remove deref impl on Cache type (#4671) 2024-05-20 13:44:41 +00:00
842728ef93 fix(router): handle connector authentication technical failures and skip confirm in authorize flow only when authentication_type is not challenge (#4667) 2024-05-20 13:38:57 +00:00
40f6776c46 docs: update Docker Compose setup guide to checkout latest tag (#4695) 2024-05-20 13:01:35 +00:00
909e75c71a chore(docker-compose): specify pull_policy for hyperswitch services (#4688) 2024-05-20 13:01:23 +00:00
be9343affe chore(version): 2024.05.20.2 2024.05.20.2 2024-05-20 09:54:43 +00:00
7f5346169e feat: add an api for toggle KV for all merchants (#4600) 2024-05-20 09:22:10 +00:00
7c20d4a582 chore(version): 2024.05.20.1 2024.05.20.1 2024-05-20 09:23:19 +00:00
3fa59d4bac feat: Soft kill kv (#4582)
Co-authored-by: Akshay S <akshay.s@Akshay-Subramanian-D66TQ6D97K.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-20 07:17:05 +00:00
5e84855496 chore(version): 2024.05.20.0 2024.05.20.0 2024-05-20 00:14:36 +00:00
7e44bbca63 feat: added client_source, client_version in payment_attempt from payments confirm request headers (#4657) 2024-05-17 10:27:30 +00:00
853f3b4854 refactor(FRM): refactor frm configs (#4581)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-17 10:23:13 +00:00
a62f69d447 fix(docker): fix stack overflow for docker images (#4660) 2024-05-17 07:18:24 +00:00
8c0d72e225 fix: address non-digit character cases in card number validation (#4649) 2024-05-17 07:18:01 +00:00
f79c12d4f7 chore(version): 2024.05.17.0 2024.05.17.0 2024-05-17 00:14:25 +00:00
8427b60a18 fix(core): use realip_remote_addr function to extract ip address (#4653) 2024-05-16 18:10:51 +00:00
0d45f854a2 refactor(access_token): handle network delays with expiry of access token (#4617) 2024-05-16 14:49:49 +00:00
9ac5d70e2e chore: add deprecated flag to soon to be deprecated fields in payment request and response (#4261)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-16 14:42:11 +00:00
84cb2bcb6b fix(recon): make recon status optional in merchant account (#4654)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-16 14:01:50 +00:00
27ae437a88 refactor(cards,router): Remove duplicated card number interface (#4404)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2024-05-16 13:20:40 +00:00
0fdbd7ef25 chore(version): 2024.05.16.1 2024.05.16.1 2024-05-16 13:27:40 +00:00
0dee53ecb2 refactor(session_flow): remove the shipping and billing parameter fields if null for apple pay and google pay (#4661) 2024-05-16 13:01:56 +00:00
4b5b558dae feat(middleware): log content_length for 4xx (#4655)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-16 10:30:50 +00:00
e742c10547 chore(version): 2024.05.16.0 2024.05.16.0 2024-05-16 00:14:18 +00:00
f2ff7a211b chore(postman): update Postman collection files 2024-05-16 00:12:20 +00:00
df865d76be fix(router): add max_amount validation in payment flows (#4645) 2024-05-15 14:13:43 +00:00
1a27ba5764 refactor(router): remove default case handling in bambora connector (#4473) 2024-05-15 13:22:15 +00:00
adbfd44ff1 ci(CODEOWNERS): add hyperswitch-qa as code owners of cypress-tests directory (#4652)
Co-authored-by: preetam revankar <preetam.revankar@preetam.revankar-MacBookPro>
2024-05-15 13:12:43 +00:00
e79524b295 ci(cypress): Added 3DS Refund flow (#4635)
Co-authored-by: preetam revankar <preetam.revankar@preetam.revankar-MacBookPro>
2024-05-15 11:14:04 +00:00
3cf840e486 fix(connector): accept state abbreviation in 2 letter (#4646)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-15 11:09:53 +00:00
24214bcfcd refactor(db): Add TenantID field to KafkaEvent struct (#4598)
Co-authored-by: Sampras Lopes <sampras.lopes@juspay.in>
2024-05-15 10:54:39 +00:00
0958d948f9 refactor(bank-redirect): remove billing from bankredirect payment data (#4362)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-15 07:54:28 +00:00
ff1c2ddf8b feat(core): Move RouterData to crate hyperswitch_domain_models (#4524)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-15 06:53:50 +00:00
88b470afb6 chore(version): 2024.05.15.0 2024.05.15.0 2024-05-15 00:14:38 +00:00
45b88140a2 chore(postman): update Postman collection files 2024-05-15 00:12:38 +00:00
650f3fa25c feat(payment_methods): pass required shipping details field for wallets session call based on business_profile config (#4616)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-14 14:55:52 +00:00
e43ae653a0 refactor(payment_methods): update api contract for update payment method endpoint (#4641) 2024-05-14 12:49:35 +00:00
6b509c7bec refactor: remove Ctx generic from payments core (#4574) 2024-05-14 12:48:18 +00:00
bf06a5b511 feat(router): send openurl_if_required post_message in external 3ds flow for return_url redirection from sdk (#4642) 2024-05-14 12:45:42 +00:00
040d85826a Ci(Cypress): Fix SaveCard Flow Test (#4633) 2024-05-14 09:28:31 +00:00
f5d1201ac9 ci(postman): Fix Nmi Collection (#4634)
Co-authored-by: Likhin Bopanna <likhin.bopanna@likhinbopanna-DQK43G6YDT.local>
2024-05-14 07:39:45 +00:00
99702ed8f9 refactor(connector): [BOA/CYBS] refund error handling (#4632)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-14 07:07:40 +00:00
03ed6dc0d6 fix(config): include gpayments base url in deployment config files (#4637) 2024-05-14 06:13:13 +00:00
fa7601c46d chore(version): 2024.05.14.0 2024.05.14.0 2024-05-14 00:14:42 +00:00
22210b0ff4 chore(postman): update Postman collection files 2024-05-14 00:12:37 +00:00
348cd744dc feat(payment_methods): pass required_billing_contact_fields field in /session call based on dynamic fields (#4601)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 14:02:00 +00:00
cfab2af7d4 feat(refunds): update refunds filters (#4409)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 13:17:29 +00:00
1602eb541d fix(connector_token): Move config redis (#4540)
Co-authored-by: Akshay S <akshay.s@Akshay-Subramanian-D66TQ6D97K.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 13:06:06 +00:00
2a302eb597 feat(connector): generate connector template code for gpayments authenticaition connector (#4584)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-13 09:21:14 +00:00
2692995617 feat(payments_update): update payment_method_billing in payment update (#4614) 2024-05-13 07:28:57 +00:00
41655ba300 refactor(card_details): added missing card data fields for connectors (#4571) 2024-05-13 06:52:26 +00:00