1611 Commits

Author SHA1 Message Date
a0a8ef27b3 refactor(core): Add additional parameters in AppState and refactor AppState references (#2123)
Co-authored-by: Kritik Modi <kritik.modi@juspay.in>
Co-authored-by: Kritik Modi <61862301+kritikmodi@users.noreply.github.com>
Co-authored-by: Nitesh Balla <nitesh.balla@juspay.in>
2023-09-18 08:31:03 +00:00
b39369ced9 chore(version): v1.40.1 v1.40.1 2023-09-18 09:53:24 +05:30
d40fae87fe refactor: set merchant_id as MERCHANT_ID_NOT_FOUND for traces and metrics if not found (#2156) 2023-09-17 15:56:13 +00:00
7d988fa3e3 ci(postman): fix postman event.test.js for all connectors (#2174) 2023-09-17 15:54:02 +00:00
272f5e4c1f refactor(connector): [Bluesnap] Enahnce 3ds Flow (#2115) 2023-09-16 18:16:11 +00:00
1d5eecef04 chore(version): v1.40.0 v1.40.0 2023-09-15 14:31:47 +00:00
b30d82d939 test(postman): update postman collection files 2023-09-15 14:31:47 +00:00
4c36fcb34f refactor(router): add camel_case for the applepay request (#2172) 2023-09-15 11:03:22 +00:00
15418a6d0f fix(router): move get_connector_tokenization_action_when_confirm_true above call_create_connector_customer_if_required (#2167) 2023-09-15 10:41:19 +00:00
0bc99ad327 feat(pm_auth): add plaid to connector list (#2166) 2023-09-15 07:33:53 +00:00
9668a74a79 feat(connector): (adyen) add support for multiple partial capture adyen (#2102) 2023-09-15 07:28:45 +00:00
d848b55a11 fix: make amount_capturable zero when payment intent status is processing (#2163) 2023-09-15 11:30:31 +05:30
5be2591cc4 ci(postman): Modify server start logic to address timeouts in actions (#2140) 2023-09-15 00:03:44 +05:30
3e26084f31 ci(postman): Fix Paypal capture assertion failure (#2165) 2023-09-14 16:36:10 +00:00
2fc0efc57b chore(version): v1.39.2 v1.39.2 2023-09-14 14:42:47 +00:00
089bb64e21 test(postman): update postman collection files 2023-09-14 14:42:46 +00:00
c8049542de refactor: add instrument to trackers for payment_confirm (#2164) 2023-09-14 13:53:50 +00:00
fb1760b1d8 refactor(router): get route for applepay_verified_domains (#2157) 2023-09-14 11:50:37 +00:00
05696d326f refactor(connector): [BraintreeGraphQl] Enhance currency Mapping with ConnectorCurrencyCommon Trait (#2143) 2023-09-14 07:35:46 +00:00
5c5058de87 fix(router): Add scoped error enum for customer error (#1988)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-09-13 17:46:14 +00:00
93e7cd9bf0 ci(postman): Change assertion status from cancelled to succeeded for checkout (#2155) 2023-09-13 16:29:36 +00:00
caa385a5a6 refactor(router): changed the storage of applepay_verified_domains from business_profile to merchant_connector_account table (#2147) 2023-09-13 14:04:35 +00:00
a09b7428e7 chore(version): v1.39.1 v1.39.1 2023-09-13 13:06:53 +00:00
be397dec48 test(postman): update postman collection files 2023-09-13 13:06:52 +00:00
e023eb800d refactor(connector): [Stripe] add support for more incoming woocommerce Stripe disputes webhooks (#2150) 2023-09-13 12:53:43 +00:00
daa0759892 fix(connector): [SQUARE] Add uri authority in Webhooks (#2138) 2023-09-13 12:32:37 +00:00
9b92d046de fix: payment status fix in trustpay for 3ds and wallets (#2146) 2023-09-13 10:45:25 +00:00
21be67ada0 refactor: move Request and RequestBuilder structs to common_utils crate (#2145) 2023-09-13 10:35:26 +00:00
a7a3f4f44b ci(postman): Modify confirm call to use client-secret instead of relying on API calls (#2127) 2023-09-13 10:28:15 +00:00
bed8326597 fix(core): update amount_capturable in update trackers (#2142) 2023-09-13 09:14:31 +00:00
9d74a75ddb refactor(masking): move masking implementations to masking crate (#2135) 2023-09-13 06:15:43 +00:00
adf3dab7ec chore(version): v1.39.0 v1.39.0 2023-09-12 19:50:24 +00:00
7e29adb5c9 test(postman): update postman collection files 2023-09-12 19:50:23 +00:00
82b36e885d feat(router): added new webhook URL to support merchant_connector_id (#2006)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2023-09-12 19:24:41 +00:00
cc8847cce0 fix(connector): [SQUARE] Throw Error for Partial Capture of Payments (#2133) 2023-09-12 16:42:01 +00:00
eff280f2fb fix(webhooks): fix database queries in webhook (#2139) 2023-09-12 14:42:42 +00:00
341163b481 feat(connector): [payme] Add support for dispute webhooks (#2089) 2023-09-12 14:07:59 +00:00
4d3e6bcb6c fix(router): move connector customer create flow to call_connector_service (#2137) 2023-09-12 13:00:47 +00:00
90868b93d6 refactor(pm_list): get profile_id from business_details in list pm (#2131) 2023-09-12 11:50:59 +00:00
a3dd8b7d1e fix: eliminate recursive call while updating config in database (#2128) 2023-09-12 10:07:01 +00:00
ca9fb0caf0 fix(refactor): [Paypal] refactor paypal not implemented payment methods errors (#1974) 2023-09-12 10:01:44 +00:00
b0c4ee2cf2 refactor(connector): [Zen] refactor Zen payment methods not implemented errors (#1955) 2023-09-12 09:58:59 +00:00
f2df2d6d01 feat(db): Implement ReverseLookupInterface for MockDb (#2119) 2023-09-12 09:46:18 +00:00
d52fe7f140 feat(core): add runtime flag to disable dummy connector (#2100) 2023-09-12 09:26:20 +00:00
94ac5c03b2 fix(router/scheduler): replace the occurrences of gen_range with a safer alternative (#2126) 2023-09-12 09:04:16 +00:00
87ceb2d208 ci(postman): Update trustpay cards for postman and bluesnap creds (#2117) 2023-09-12 08:47:10 +00:00
8d309e1882 ci(postman): Update Checkout Collection to support multiple captures (#2086) 2023-09-12 08:46:23 +00:00
d63cbbd4ad feat(connector): [Braintree] implement 3DS card payment for braintree (#2095) 2023-09-12 08:16:24 +00:00
177d8e5237 feat(router): new get route for derivation of verified applepay domain (#2121) 2023-09-12 07:35:01 +00:00
fea5c4d8c1 feat(router): disable temp locker call for connector-payment_method flow based on env (#2120) 2023-09-12 07:13:20 +00:00