57 Commits

Author SHA1 Message Date
f3224cc4df chore: merging back release v0.3.0 back to main (#636) (#655)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
Co-authored-by: Abhishek <abhishek.marrivagu@juspay.in>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-02-26 08:25:17 +00:00
7fd8221188 fix(router): allow setup future usage to be updated in payment update and confirm requests (#610) 2023-02-19 14:07:02 +00:00
66563595df refactor: add payment_issuer and payment_experience in pa (#491) 2023-02-19 13:59:22 +00:00
1bdc8955c2 feat(router): implement API endpoints for managing API keys (#511) 2023-02-10 08:50:57 +00:00
963cb528f5 feat: Impelement redis cache for MCA fetch and update (#515) 2023-02-10 07:46:41 +00:00
763620fcc7 feat: add a kv switch route for merchants (#518) 2023-02-09 19:18:18 +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
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
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
6cbdcbf6bd fix: fix KV implementations for payments and refunds (#489) 2023-02-03 14:06:34 +05:30
0441d5cdde fix(refund): fix failing refund update with KV storage backend (#493) 2023-02-03 00:37:37 +05:30
2735405aba feat(config): add fetch endpoint for config table (#481) 2023-02-02 23:47:38 +05:30
a8132e1082 perf(router): remove redundant DB call during merchant account update (#482) 2023-02-02 16:18:00 +05:30
d1ab46238e build(deps): update deps (#479) 2023-01-31 15:21:34 +05:30
b5720f1e38 chore: address Rust 1.67 clippy lints (#465) 2023-01-27 12:29:57 +05:30
073ffb18bd fix(router): fix refund error code diesel field ordering (#458) 2023-01-23 12:12:55 +05:30
dcfa7b0846 fix(refund): add error code in refund table (#427) 2023-01-20 13:44:08 +05:30
1a650dcc7e fix(router): fix incorrect order of routing_algorithm and metadata fields in db models (#418) 2023-01-19 12:15:46 +05:30
b5ffff30df fix(router): metadata field update in merchant_account and merchant_connector_account (#359)
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
2023-01-18 15:56:09 +05:30
82fecd9677 refactor(storage_models): made generic queries public (#395) 2023-01-17 18:21:42 +05:30
22f32cd4d7 feat(router): add generic merchant static routing config (#362) 2023-01-17 13:04:54 +05:30
50f16d270a chore: Allow to update refund reason (#372) 2023-01-14 22:57:36 +05:30
4e00b92dc1 feat(router): add more payment methods to vault (#333) 2023-01-14 20:48:45 +05:30
89a1cd0885 chore: drop temp_card table and all associated items (#366) 2023-01-13 14:09:52 +05:30
35f6af1a3d build(deps): update deps (#342) 2023-01-11 13:07:13 +05:30
9ad56703c4 fix: refund fix with connector_metadata (#330) 2023-01-10 19:24:19 +05:30
3cdf50c942 refactor: Replace Bach with Application on every naming (#292) 2023-01-10 18:07:32 +05:30
98816c05bd fix(core): save return url in update and confirm (#325) 2023-01-09 17:57:39 +05:30
c807713a6f fix: Add locker_id in merchant account and sbx default locker (#276)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-01-09 15:49:17 +05:30
6a0d183e7b fix(router_env): fix opentelemetry traces for router_env (#201)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-01-07 17:43:19 +05:30
3c1406787e fix: check if saved payment method and that in request are for the same customer (#260) 2023-01-05 16:09:10 +05:30
0ef4cce4f6 fix: populate payment_token in response (#287) 2023-01-05 13:53:41 +05:30
f42ea8d4a4 feat(payment_methods): delete payment method using payment token (#258)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-01-03 11:11:23 +05:30
e7579a4819 chore: add lints in workspace cargo config (#223) 2022-12-24 14:28:03 +05:30
279961e169 refactor: attempt and intent status (#210) 2022-12-23 19:28:06 +05:30
60f076f1c3 refactor: shrink sizes of VARCHAR columns and rename some columns (#188) 2022-12-22 12:27:59 +05:30
47741b47fa feat(router): use payment confirm for confirmed payments in payments create and update (#165)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2022-12-21 14:36:37 +05:30
87fed68519 db: Added Reverse lookup table (#147) 2022-12-19 18:50:05 +05:30
a5f0c98eb7 build(deps): use diesel version 2.0.2 from crates.io registry instead of git dependency (#169) 2022-12-19 16:27:18 +05:30
8d6d41f2eb refactor(storage_models): changed CustomResult in storage_models to StorageResult (#158) 2022-12-19 13:41:56 +05:30
3bad58b0d3 feat(drainer): added drainer which reads from redis stream and executes queries on DB (#142) 2022-12-16 15:38:03 +05:30
aaa1901c5d fix(core): store payment token in payment attempt (#146) 2022-12-16 12:10:09 +05:30
bf7f24125f feat: allow updating payment method details without authn/authz (#150) 2022-12-15 20:34:43 +05:30
bc2f13ab07 fix: resolve TODO comments in storage models crate (#151) 2022-12-15 19:10:02 +05:30
a4d64eba7c refactor(api_models): shrink Amount (#140) 2022-12-14 18:33:30 +05:30
8b8ff8188f feat: Apple pay session flow integrate (#138) 2022-12-14 17:59:27 +05:30
1f0d1deb2b fix: todos and fixmes resolution for api_models (#144) 2022-12-14 17:49:48 +05:30