prompt
stringlengths
14
200
response
stringlengths
46
58
refactor(storage_impl): Integrate the composite store from external crate (#1921)
Files to modify: 44 files Lines changed: +493/-448
refactor(connector): [bluesnap]Enhance currency Mapping with ConnectorCurrencyCommon Trait (#2193)
Files to modify: 2 files Lines changed: +261/-176
refactor(paymentMethods): move all pm migration related changes to payment methods crate (#7786)
Files to modify: 40 files Lines changed: +3386/-3037
feat(connector): Add template code for breadpay (#8655)
Files to modify: 22 files Lines changed: +1420/-55
feat(ai): add endpoints to chat with ai service (#8585)
Files to modify: 26 files Lines changed: +252/-6
feat(euclid): add dynamic routing in core flows (#6333)
Files to modify: 11 files Lines changed: +605/-492
refactor(api_models): rename Card struct for payouts to avoid overrides in auto generated open API spec (#4861)
Files to modify: 5 files Lines changed: +87/-15
fix(core): Fix wallet payments throwing `Invalid 'payment_method_type' provided` and UI test issues (#1633)
Files to modify: 18 files Lines changed: +1412/-1315
refactor(authentication): modify auth for profiles and mca routes to `ApiKeyAuthWithMerchantIdFromRoute` (#7656)
Files to modify: 5 files Lines changed: +154/-23
feat(connector): [NOVALNET] Add template code (#5670)
Files to modify: 25 files Lines changed: +1298/-4
feat(auth): Create and use `SinglePurposeOrLoginTokenAuth` (#4830)
Files to modify: 6 files Lines changed: +76/-98
feat(injector): injector request formation changes (#9306)
Files to modify: 5 files Lines changed: +1041/-423
feat(api_models): add api_models for external 3ds authentication flow (#3858)
Files to modify: 13 files Lines changed: +601/-8
feat(connector): implement wallet mandates for authorizedotnet (#7412)
Files to modify: 9 files Lines changed: +145/-57
refactor(config): Add new type for kms encrypted values (#1823)
Files to modify: 21 files Lines changed: +214/-177
refactor(routing): update configs on updation of mca (#9659)
Files to modify: 3 files Lines changed: +115/-5
refactor(connector): rename RevenueRecoveryRecordBack as InvoiceRecordBack (#9321)
Files to modify: 21 files Lines changed: +165/-196
test(connector): [Aci] Add UI test for Aci Payment Methods (#1702)
Files to modify: 4 files Lines changed: +299/-1
feat(connector): Add support for complete authorize payment after 3DS redirection (#741)
Files to modify: 71 files Lines changed: +1867/-628
fix(connector): [ADYEN] Add fallback parsing for refusal codes and messages (#9361)
Files to modify: 1 files Lines changed: +96/-42
feat(connector): [MiFinity] add connector template code (#4447)
Files to modify: 23 files Lines changed: +1296/-12
refactor(payment_methods): allow deletion of default payment method for a customer if only one pm exists (#4027)
Files to modify: 7 files Lines changed: +128/-5
feat(samsung_pay): collect customer address details form Samsung Pay based on business profile config and connector required fields (#7320)
Files to modify: 4 files Lines changed: +144/-48
feat(router): [worldpayvantiv] add support for moto flag for v1 and extend vantiv api contract (#8800)
Files to modify: 25 files Lines changed: +347/-60
feat(connector): Add refund and dispute webhooks for Rapyd (#1313)
Files to modify: 3 files Lines changed: +124/-28
feat(payment_link): add provision for secured payment links (#5357)
Files to modify: 31 files Lines changed: +841/-318
refactor(scheduler): improve code reusability and consumer logs (#3712)
Files to modify: 17 files Lines changed: +477/-408
fix(api_request): make `payment_method_data` as optional (#4527)
Files to modify: 12 files Lines changed: +160/-70
feat: store payment check codes and authentication data from processors (#3958)
Files to modify: 39 files Lines changed: +1065/-16
feat(FRM): add missing fields in Signifyd payment request (#4554)
Files to modify: 12 files Lines changed: +168/-17
feat(connector): Implement Razorpay UPI Collect (#8009)
Files to modify: 50 files Lines changed: +1402/-1466
feat(router): add outgoing payment webhooks for v2 (#6613)
Files to modify: 11 files Lines changed: +1196/-34
fix(connector): [Bluesnap] Throw proper error message for redirection scenario (#1367)
Files to modify: 11 files Lines changed: +192/-92
feat: add ci support for mock server (#8742)
Files to modify: 15 files Lines changed: +2684/-130
feat(payout): add dynamic fields for payout links (#5764)
Files to modify: 24 files Lines changed: +1005/-65
feat(connector): [Zen] add Cards 3DS, Non-3DS, GooglePay, ApplePay and Webhooks support (#962)
Files to modify: 16 files Lines changed: +1590/-11
feat(users): Signin and Verify Email changes for User Invitation changes (#3420)
Files to modify: 12 files Lines changed: +369/-41
fix(webhooks): abort outgoing webhook retry task if webhook URL is not available in business profile (#3997)
Files to modify: 2 files Lines changed: +120/-80
feat(users): add endpoint for terminate auth select (#5135)
Files to modify: 8 files Lines changed: +110/-23
feat(core): Add a new endpoint for Complete Authorize flow (#4686)
Files to modify: 14 files Lines changed: +267/-21
refactor(bank-redirect): dynamic field changes for bankredirect payment method (#4650)
Files to modify: 1 files Lines changed: +164/-72
feat: Apple pay session flow integrate (#138)
Files to modify: 29 files Lines changed: +494/-32
refactor(users): Make `profile_id` in the JWT non-optional (#6537)
Files to modify: 8 files Lines changed: +58/-110
feat(core): Add Support for Payments Dynamic Tax Calculation Based on Shipping Address (#5619)
Files to modify: 75 files Lines changed: +2930/-1237
fix: cache on multitenancy (#5561)
Files to modify: 3 files Lines changed: +71/-81
feat(router): Add v2 endpoint to list payment attempts by intent_id (#8368)
Files to modify: 15 files Lines changed: +719/-12
feat(connector): [Moneris] Add payments flow (#7249)
Files to modify: 18 files Lines changed: +1094/-111
fix(connector): [Paypal] fix amount to its currency base unit (#1780)
Files to modify: 4 files Lines changed: +266/-12
fix(router): avoid considering pre-routing results during `perform_session_token_routing` (#5076)
Files to modify: 1 files Lines changed: +55/-51
refactor(core): refactor authentication core to fetch authentication only within it (#4138)
Files to modify: 8 files Lines changed: +336/-395
feat(connector): Stripe revolut pay wallet integration (#8066)
Files to modify: 52 files Lines changed: +165/-42
feat(logging): add a logging middleware to log all api requests (#3437)
Files to modify: 12 files Lines changed: +120/-26
feat(connector): [NMI] Implement webhook for Payments and Refunds (#3164)
Files to modify: 2 files Lines changed: +272/-29
feat: change admin api key auth to merchant api key auth in few connectors flow (#5572)
Files to modify: 12 files Lines changed: +239/-19
feat(router): added incoming dispute webhooks flow (#769)
Files to modify: 28 files Lines changed: +1138/-31
refactor(Tokenization): remove ConnectorCallType from tokenization call (#862)
Files to modify: 2 files Lines changed: +63/-97
Docs: Updating Error codes for documentation purposes (#5314)
Files to modify: 1 files Lines changed: +333/-318
refactor(core): add support for expand attempt list in psync v2 (#7209)
Files to modify: 15 files Lines changed: +407/-65
feat(webhook): add filter by event class and type (#7275)
Files to modify: 12 files Lines changed: +346/-219
feat(Connector):[Adyen]Implement ACH Direct Debits for Adyen (#1033)
Files to modify: 3 files Lines changed: +112/-10
feat(payment_methods): Filter payment methods based on pm client secret (#4249)
Files to modify: 11 files Lines changed: +132/-11
fix(router): make customer id mandatory when address or setup future usage given (#282)
Files to modify: 4 files Lines changed: +98/-21
feat(organization): add organization table (#2669)
Files to modify: 15 files Lines changed: +282/-4
fix(connector): [Fiuu] populate error_code and error_desc for redirection flows if they're not present in PSync (#8124)
Files to modify: 1 files Lines changed: +86/-17
chore(process_tracker): use `const` instead of `String` for `business_status` (#4849)
Files to modify: 14 files Lines changed: +86/-30
feat(routing): add profile config to switch between HS routing and DE routing result (#8350)
Files to modify: 7 files Lines changed: +710/-390
revert: fix(core): add validation for all the connector auth_type (#1833)
Files to modify: 51 files Lines changed: +287/-451
fix(connector): [ADYEN] field type fixed for required fields (#8997)
Files to modify: 4 files Lines changed: +114/-32
feat(analytics): refactor and rewrite authentication related analytics (#7433)
Files to modify: 18 files Lines changed: +198/-193
refactor(dynamic_routing): add info logs to log the grpc request and response (#6962)
Files to modify: 5 files Lines changed: +90/-43
refactor(router): remove metadata, additional_merchant_data and connector_wallets_details from connector list api (#6583)
Files to modify: 5 files Lines changed: +5/-116
fix(payment_methos): prioritized `apple_pay_combined` deserialization over `apple_pay` (#2393)
Files to modify: 4 files Lines changed: +93/-14
feat(connector_events): added api to fetch connector event logs (#3319)
Files to modify: 12 files Lines changed: +160/-2
fix(nuvei): nuvei 3ds fix + psync fix (#9279)
Files to modify: 3 files Lines changed: +516/-233
refactor(connector): added amount conversion framework for klarna and change type of amount to MinorUnit for OrderDetailsWithAmount (#4979)
Files to modify: 21 files Lines changed: +122/-95
feat(connector): [cybersource] Implement 3DS flow for cards (#3290)
Files to modify: 13 files Lines changed: +1175/-44
refactor(Connector): [signifyd,threedsecureio,wellsfargopayout,wise] move from routers to hyperswitch_connectors (#7953)
Files to modify: 24 files Lines changed: +2378/-2510
refactor: introducing `hyperswitch_interface` crates (#3536)
Files to modify: 44 files Lines changed: +1157/-628
refactor(core): Adapt the usage of routing_algorithm_id in routing and payments core for v2 (#5533)
Files to modify: 21 files Lines changed: +899/-437
refactor(euclid): transform enum types to include sub-variants of payment method types (#8909)
Files to modify: 1 files Lines changed: +119/-1
feat(router): add open router integration for debit routing (#7907)
Files to modify: 61 files Lines changed: +1426/-171
feat(connector): [Recurly] Add record back support for recurly [V2] (#7544)
Files to modify: 3 files Lines changed: +197/-3
feat(connector): [Paypal] Unify error code and error message in Paypal (#2354)
Files to modify: 2 files Lines changed: +167/-9
feat(payment_method): [upi] add new payment method and use in iatapay (#1528)
Files to modify: 10 files Lines changed: +282/-183
refactor(settings): make the function to deserialize hashsets more generic (#3104)
Files to modify: 13 files Lines changed: +391/-252
feat: list payment_methods with the required fields in each method (#1310)
Files to modify: 8 files Lines changed: +1004/-3
feat(connector): [TRUSTPAYMENTS] Add Template Code (#8672)
Files to modify: 22 files Lines changed: +1386/-8
feat(reveue_recovery): Add support for multiple retry algorithms in revenue recovery workflow (#7915)
Files to modify: 18 files Lines changed: +220/-63
refactor(errors): error enums to use 'static str (#472)
Files to modify: 25 files Lines changed: +84/-79
feat(connector): [BAMBORA, BITPAY, STAX] Move connector to hyperswitch_connectors (#5450)
Files to modify: 21 files Lines changed: +1191/-1030
feat(router): add support for partial authorization (#8833)
Files to modify: 67 files Lines changed: +537/-79
refactor(payment_methods): Remove legacy locker code as it is not been used (#1666)
Files to modify: 9 files Lines changed: +53/-269
feat(core): add bulk tokenization flows (#7066)
Files to modify: 26 files Lines changed: +2742/-38
refactor(connector): [Worldline][Worldpay][Zen] Mask PII data (#3935)
Files to modify: 7 files Lines changed: +58/-46
feat: integrate Basilisk locker for storing sensitive data (#34)
Files to modify: 20 files Lines changed: +728/-147
refactor(routing): Add connectors from current active routing algorithm before adding fallback connectors (#7921)
Files to modify: 1 files Lines changed: +51/-86
feat: realtime user analytics (#5098)
Files to modify: 32 files Lines changed: +826/-26
feature(connector): add support for worldpay connector (#272)
Files to modify: 31 files Lines changed: +2198/-104
fix(router): mark retry payment as failure if `connector_tokenization` fails (#5114)
Files to modify: 9 files Lines changed: +146/-70
feat(connector): [FIUU] PR template code (#5691)
Files to modify: 24 files Lines changed: +1299/-5