605 Commits

Author SHA1 Message Date
c467a47aed refactor: use simple uuid instead of hyphens (#605) 2023-02-19 14:06:18 +00:00
626e467e54 refactor(core): make attempt id as mandatory in router_data (#604) 2023-02-19 14:01:47 +00:00
66563595df refactor: add payment_issuer and payment_experience in pa (#491) 2023-02-19 13:59:22 +00:00
c47619b5ea enhance(braintree): create basic auth for braintree (#602) 2023-02-19 13:46:40 +00:00
a8d6ce836a chore(release): port release bug fixes to main branch (#612)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-02-17 12:45:45 +00:00
effa7a00e9 bugfix(router): api keys path params (#609) 2023-02-17 09:33:54 +00:00
8a8767e9cb fix: allow errors with status code 200 to pass (#601) 2023-02-17 06:54:30 +00:00
e6408276b5 refactor(router): api-key routes refactoring (#600) 2023-02-16 13:08:24 +00:00
55b6d88a59 fix(checkout): Error Response when wrong api key is passed (#596)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
2023-02-16 13:01:45 +00:00
d107b44fd3 feat(api_models): add error structs (#532)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-02-16 09:19:14 +00:00
326d6bebe1 fix: don't call connector if connector transaction id doesn't exist (#525) 2023-02-15 10:06:56 +00:00
8d2e573a29 feat: add track_caller to functions that perform change_context (#592) 2023-02-15 08:58:07 +00:00
f1e3bf4895 refactor: Throw 500 error on database connection error instead of panic (#527) 2023-02-14 11:44:23 +00:00
aafb115acb fix: throw 500 error when redis goes down (#531) 2023-02-14 11:43:17 +00:00
eaf98e66bc refactor(router): appstate as trait in authentication (#588) 2023-02-14 07:00:08 +00:00
6c2a1fea9a refactor: send full payment object for payment sync (#526)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-02-13 18:48:07 +00:00
4884a24daf refactor(middleware): change visibility to pub (#587) 2023-02-13 12:13:59 +00:00
a4f3abf3c6 docs(add_connector): fix typo (#584) 2023-02-13 10:07:31 +00:00
e4956820fd fix(router): feature gate openssl deps for basilisk feature (#536) 2023-02-11 08:40:58 +00:00
1ba6b8c9f8 build(docker-compose): increase docker health check interval for hyperswitch-server (#534) 2023-02-11 06:45:11 +00:00
ff347193fe Add a base struct for api error responses (#524)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-02-10 14:12:08 +00:00
1bdc8955c2 feat(router): implement API endpoints for managing API keys (#511) 2023-02-10 08:50:57 +00:00
903b452146 fix(core): use guard for access token result (#522) 2023-02-10 08:37:57 +00:00
963cb528f5 feat: Impelement redis cache for MCA fetch and update (#515) 2023-02-10 07:46:41 +00:00
c7b9e9c1b0 ci: run CI checks on merge queue events (#530) 2023-02-10 07:44:56 +00:00
f6eac13b21 feat(connector): add afterpay, klarna, affirm support in adyen connector (#516) 2023-02-10 02:37:09 +05:30
2310e12bf7 fix: fix the loader orientation on mobile (#521) 2023-02-10 01:53:22 +05:30
286e7c8532 docs(try_local_system): add next steps after installing dependencies on Windows (#520) 2023-02-10 01:15:31 +05:30
763620fcc7 feat: add a kv switch route for merchants (#518) 2023-02-09 19:18:18 +05:30
3292960996 feat: add tick interval to drainer (#517) 2023-02-07 20:20:51 +05:30
ac30313ff1 refactor: use unique id for merchant_conenctor_id instead of int (#514) 2023-02-07 17:43:40 +05:30
8205b2278d fix: fix bugs found when testing drainer (#512) 2023-02-07 16:48:41 +05:30
2e98670aa7 feat: add timeout for set command on hashes and add function to allow retry in database (#509) 2023-02-07 16:28:39 +05:30
b4da08666a feat(db): add fetch and update cache for admin table (#508) 2023-02-07 16:10:54 +05:30
39524f95a9 fix(router): fix payment token null in payment update api response (#507) 2023-02-07 15:50:09 +05:30
3b7f59158d chore: use generic cache functions for config table (#506) 2023-02-07 15:26:28 +05:30
7666748922 fix: decide refund type by the request and not defaults (#505) 2023-02-07 14:57:39 +05:30
19b01d4378 feat: add docker compose entry for drainer service (#504) 2023-02-07 13:06:29 +05:30
0239c422b6 feat: Add graceful shutdown in drainer (#498) 2023-02-07 12:44:24 +05:30
dfd1e5e254 fix(storage_models): fix inconsistent field order for merchant account types (#503) 2023-02-06 18:20:24 +05:30
feb228cee0 feat(generics): allow specifying optional offset and order clauses for generic_filter() (#502) 2023-02-06 17:53:37 +05:30
e4b525485e refactor: use generic function to push to drainer (#496) 2023-02-06 17:18:28 +05:30
9381a37f8f refactor: AppState trait for utility functions (#499) 2023-02-06 16:34:29 +05:30
a2921ff835 Rapyd webhook integration (#435) 2023-02-06 14:00:30 +05:30
4a820dcd7d feat: add metrics to drainer (#497) 2023-02-06 13:03:53 +05:30
d09ed14453 update readme (#500) 2023-02-03 22:40:32 +05:30
888fb2bcce feat(cache): add generic cache functions to populate and invalidate cache (#483) 2023-02-03 19:35:41 +05:30
4d6031f7e4 docs: add Windows setup instructions and update Postman docs (#486) 2023-02-03 15:54:48 +05:30
7d8f100037 feat: add logging functionality in drainer (#495) 2023-02-03 15:01:49 +05:30
6cbdcbf6bd fix: fix KV implementations for payments and refunds (#489) 2023-02-03 14:06:34 +05:30