Dataset Viewer
Auto-converted to Parquet Duplicate
prompt
stringlengths
14
2.16k
response
stringlengths
52
115k
feat(connector): [PlaceToPay] Implement Cards for PlaceToPay (#3117) Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **placetopay.rs** Remove: - function: private::get_auth_header - impl: impl ConnectorValidation for Placetopay Add: - function: private::validate_capture_method - function: private::get_request_body - function: private::get_headers - function: private::get_content_type ...
feat(connector): Remove Braintree SDK Flow support (#5264)
Files to modify: **braintree.rs** Remove: - function: private::get_headers - function: private::get_content_type - function: private::get_url - function: private::build_request - function: private::get_error_response - function: private::get_request_body - function: private::handle_respo...
feat(worldpay): migrate to v7 (#6109) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **enums.rs** Modify existing code **consts.rs** Modify existing code **types.rs** Add: - function: pub::get_id - function: pub::form_id_and_data - function: pub::get_txn_id - function: private::from - function: private::build - function: private::from_sql - functio...
refactor(router): renamed Verify flow to SetupMandate (#2455)
Files to modify: **mod.rs** Modify existing code **setup_intents.rs** Modify existing code **aci.rs** Remove: - impl: impl api::PreVerify for Aci Add: - impl: impl api::MandateSetup for Aci **adyen.rs** Remove: - impl: impl api::PreVerify for Adyen Add: - impl: impl api::MandateSetup fo...
feat(payments): store and propagate additional wallet pm details in payments response (#5869) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **payments.rs** Modify existing code **additional_info.rs** Add: - struct: pub::WalletAdditionalDataForCard **openapi.rs** Modify existing code **openapi_v2.rs** Modify existing code **helpers.rs** Modify existing code
feat(connector): [fiuu] Add support for payment and refund webhooks (#6315) Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Files to modify: **fiuu.rs** Add: - function: private::get_webhook_source_verification_algorithm - function: private::get_webhook_source_verification_signature - function: private::get_webhook_source_verification_message - function: private::get_webhook_object_reference_id **transformers.rs** Add...
feat(router): Deduplicate PML response and populate bank details (V2) (#8583)
Files to modify: **payment_methods.rs** Modify existing code **payments.rs** Modify existing code **enums.rs** Modify existing code **vault.rs** Modify existing code **payment_methods.rs** Modify existing code
feat(connector): [nordea] template code (#8056) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **connector_enums.rs** Modify existing code **connector.rs** Modify existing code **connectors.rs** Add: - mod: pub::nordea **nordea.rs** Add: - function: pub::new - function: private::build_headers - function: private::id - function: private::get_currency_unit - fu...
docs: add openapi docs for customers v2 (#5926) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **openapi_v2.rs** Modify existing code **customers.rs** Add: - function: pub::customers_list - function: pub::customers_create - function: pub::customers_retrieve - function: pub::customers_update - function: pub::customers_delete
Feat(connector): [Fiuu] Add Card Flows (#5786) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **enums.rs** Modify existing code **enums.rs** Modify existing code **connector.rs** Modify existing code **fiuu.rs** Add: - function: private::parse_response **transformers.rs** Remove: - function: private::from - struct: pub::FiuuCard - struct: pub::FiuuAuthType Add:...
refactor(core): accept customer data in customer object (#1447) Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
Files to modify: **payments.rs** Remove: - function: private::from - impl: impl From<PaymentsRequest> for VerifyRequest Add: - struct: pub::CustomerDetails **helpers.rs** Add: - function: private::validate_options_for_inequality - function: pub::validate_customer_details_in_request - fu...
refactor(router): add parameter connectors to get_request_body function (#2708)
Files to modify: **mod.rs** Modify existing code **aci.rs** Modify existing code **adyen.rs** Modify existing code **airwallex.rs** Modify existing code **authorizedotnet.rs** Modify existing code **bambora.rs** Modify existing code **bankofamerica.rs** Modify existing code **bitpay.rs** Modify...
refactor: add compatibility for decision-engine rules (#8346) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **errors.rs** Modify existing code **utils.rs** Modify existing code **routing.rs** Modify existing code
feat(connector): [Multisafepay] implement Googlepay for Multisafepay (#1456) Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Files to modify: **transformers.rs** Add: - struct: pub::CardInfo - struct: pub::GpayInfo **main.rs** Add: - mod: private::multisafepay_ui **multisafepay_ui.rs** Add: - function: private::get_connector_name - function: private::should_make_gpay_payment - function: private::should_make_...
fix(connector): Trustpay zen error mapping (#3255) Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **transformers.rs** Modify existing code **transformers.rs** Modify existing code
fix(router): Persist card_network if present for non co-badged cards (#6212) Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: AkshayaFoiger <131388445+AkshayaFoiger@users.noreply.github.com>
Files to modify: **payments.rs** Remove: - function: private::apply_additional_card_info **validate.rs** Add: - function: pub::is_cobadged_card **transformers.rs** Add: - function: private::get_adyen_card_network **transformers.rs** Add: - function: private::get_adyen_card_network **transf...
refactor(address): pass payment method billing to the connector module (#3828) Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **basic.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code ...
feat(connector): [Tsys] Add template code for Tsys connector (#1704) Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
Files to modify: **mod.rs** Modify existing code **transformers.rs** Modify existing code **enums.rs** Modify existing code **settings.rs** Modify existing code **connector.rs** Add: - mod: pub::tsys **tsys.rs** Add: - function: private::build_headers - function: private::id - functio...
feat(webhook): Add is_delivered filter to list initial attempts endpoint (#7344) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **webhook_events.rs** Modify existing code **events.rs** Modify existing code **events.rs** Modify existing code **schema.rs** Modify existing code **schema_v2.rs** Modify existing code **webhook_events.rs** Modify existing code **outgoing.rs** Add: - function: private::update...
feat(compatibility): add mandates support in stripe compatibility (#897) Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in> Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in> Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com> Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
Files to modify: **ext_traits.rs** Modify existing code **stripe.rs** Modify existing code **app.rs** Add: - function: pub::server - struct: pub::Mandates - impl: impl Mandates **types.rs** Add: - function: private::foreign_try_from - struct: pub::MandateOption - enum: pub::StripeMa...
feat(connector): [paypal, trustpay] add in feature matrix (#7911) Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
Files to modify: **paypal.rs** Remove: - function: private::validate_connector_against_payment_request - impl: impl ConnectorSpecifications for Paypal Add: - function: private::get_connector_about - function: private::get_supported_payment_methods - function: private::get_supported_webhook_flo...
feat(connector): [Barclaycard] Add Google Pay Payment Method (#8786) Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local> Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan>
Files to modify: **barclaycard.rs** Modify existing code **transformers.rs** Add: - function: private::from - struct: pub::GooglePayPaymentInformation - enum: pub::PaymentSolution - impl: impl From<PaymentSolution> for String **payment_connector_required_fields.rs** Modify existing code
feat(analytics): Add Clickhouse based analytics (#2988) Co-authored-by: harsh_sharma_juspay <harsh.sharma@juspay.in> Co-authored-by: Ivor Dsouza <ivor.dsouza@juspay.in> Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com> Co-authored-by: nain-F49FF806 <126972030+nain-F49FF806@users.noreply.githu...
Files to modify: **api_event.rs** Add: - trait: pub::APIEventAnalytics - mod: private::core - mod: pub::events - mod: pub::filters - mod: pub::metrics - mod: pub::types **core.rs** Add: - function: pub::api_events_core - function: pub::get_filters - function: pub::get_api_even...
feat: change async-bb8 fork and tokio spawn for concurrent database calls (#2774) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: akshay-97 <adiosphobian@gmail.com> Co-authored-by: akshay.s <akshay.s@juspay.in> Co-authored-by: Kartikeya Hegde <karthikey.hegde...
Files to modify: **types.rs** Modify existing code **router.rs** Modify existing code **scheduler.rs** Modify existing code **cards.rs** Modify existing code **payments.rs** Modify existing code **approve_flow.rs** Modify existing code **authorize_flow.rs** Modify existing code **cancel_flow.rs**...
feat(connector): [FISERV] Added Integrity Check support for all Payment & Refund Flows (#8075) Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
Files to modify: **fiserv.rs** Modify existing code **transformers.rs** Add: - struct: pub::ProcessorResponseDetails - struct: pub::AdditionalInfo - struct: pub::BankAssociationDetails - struct: pub::AvsSecurityCodeResponse - struct: pub::Association - struct: pub::ResponseIndicators ...
feat(router): add an api to migrate the payment method (#5186) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **admin.rs** Add: - impl: impl common_utils::events::ApiEventMetric for payment_methods::PaymentMethodMigrate **payment_methods.rs** Add: - function: pub::get_payment_method_create_from_payment_method_migrate - struct: pub::PaymentMethodMigrate - struct: pub::PaymentsMandateRefer...
feat(recovery-events): add revenue recovery topic and vector config to push these events to s3 (#8285) Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: chikke srujan <1218228...
Files to modify: **payments.rs** Add: - function: pub::get_billing_connector_card_info - impl: impl BillingConnectorPaymentMethodDetails **types.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **lib.rs** Modify existing code **payments...
fix(database): modified_at updated for every state change for Payment Attempts (#5312) Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **address.rs** Modify existing code **api_keys.rs** Modify existing code **authentication.rs** Modify existing code **authorization.rs** Modify existing code **blocklist.rs** Modify existing code **blocklist_fingerprint.rs** Modify existing code **blocklist_lookup.rs** Modify exis...
feat: added create endpoint for dynamic_routing (#8755) Co-authored-by: Ankit Gupta <ankit.gupta.001@Ankit-Gupta-M6QG9L6RHV.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Files to modify: **routing.rs** Add: - function: private::get_api_event_type - impl: impl ApiEventMetric for CreateDynamicRoutingWrapper **routing.rs** Add: - function: private::get_api_event_type - impl: impl ApiEventMetric for CreateDynamicRoutingWrapper **routing.rs** Add: - function: p...
refactor(router): remove foreign wrapper type (#616) Co-authored-by: Arun Raj M <jarnura47@gmail.com> Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com> Co-authored-by: Abhishek <abhishek.marrivagu@juspay.in> Co-authored-by: dracarys18 <karthikey.hegde@juspay.in> Co-authored-by: Sampras Lo...
Files to modify: **types.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **refunds.rs** Modify existing code **webhooks.rs** Modify existing code **admin.r...
fix(connector): apple pay not working because of payment_method_type[] field stripe (#1759)
Files to modify: **transformers.rs** Add: - enum: pub::StripeCreditTransferTypes
feat(connector): [Adyen] Implement Open Banking Uk in Bank Redirects (#1802) Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Files to modify: **enums.rs** Modify existing code **payments.rs** Modify existing code **enums.rs** Modify existing code **transformers.rs** Modify existing code **enums.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs*...
feat(connector): [CashToCode] perform currency based connector credentials mapping (#2025)
Files to modify: **payments.rs** Modify existing code **errors.rs** Modify existing code **transformers.rs** Modify existing code **transformers.rs** Modify existing code **braintree_graphql_transformers.rs** Modify existing code **cashtocode.rs** Remove: - function: private::get_auth_cashtocode ...
feat(payments_v2): add finish redirection endpoint (#6549) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
Files to modify: **admin.rs** Modify existing code **payments.rs** Add: - struct: pub::RedirectionResponse **consts.rs** Modify existing code **events.rs** Modify existing code **types.rs** Remove: - struct: pub::LengthString - impl: impl Deserialize<'de> - impl: impl FromSql<sql_types::...
feat(connector) : [Globalpay]add mandates and bank redirects support for globalpay (#830) Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Files to modify: **globalpay.rs** Add: - function: private::get_flow_type - impl: impl services::ConnectorRedirectResponse for Globalpay **requests.rs** Remove: - enum: pub::CvvIndicator **response.rs** Add: - struct: pub::GlobalpayRedirectResponse **transformers.rs** Add: - function: p...
feat(connector): Fix Serde derserialization issue -Elavon/Adyen (#7823) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **transformers.rs** Modify existing code **elavon.rs** Remove: - impl: impl ConnectorValidation for Elavon Add: - function: private::validate_mandate_payment - impl: impl ConnectorValidation for Elavon **transformers.rs** Modify existing code
feat(connector): Plaid connector Integration (#3952) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **router_request_types.rs** Modify existing code **configs.rs** Modify existing code **transformers.rs** Modify existing code **types.rs** Modify existing code **connector.rs** Add: - mod: pub::plaid **plaid.rs** Add: - function: pub::new - function: private::build_header...
feat(core): Rename crate data_models to hyperswitch_domain_models (#4504)
Files to modify: **opensearch.rs** Modify existing code **errors.rs** Modify existing code **lib.rs** Modify existing code **mandates.rs** Modify existing code **payments.rs** Modify existing code **payment_attempt.rs** Modify existing code **payment_intent.rs** Modify existing code **payouts.rs*...
feat(api): use `ApiClient` trait in AppState (#2067)
Files to modify: **scheduler.rs** Modify existing code **errors.rs** Modify existing code **lib.rs** Modify existing code **app.rs** Modify existing code **api.rs** Modify existing code **client.rs** Remove: - function: private::request Add: - function: pub::new - function: private::req...
feat(connector): [katapult]add template code for katapult (#8783) Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-V9P7D4K9V0.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com...
Files to modify: **connector.rs** Modify existing code **connectors.rs** Add: - mod: pub::katapult **katapult.rs** Add: - function: pub::new - function: private::build_headers - function: private::id - function: private::get_currency_unit - function: private::common_get_content_type ...
feat(payment_link): expose payment link configs for SDK UI rules and payment button (#7427)
Files to modify: **admin.rs** Modify existing code **payments.rs** Modify existing code **business_profile.rs** Modify existing code **payment_intent.rs** Modify existing code **lib.rs** Modify existing code **payment_link.rs** Modify existing code **transformers.rs** Modify existing code **admin...
feat(connector): [Finix] Add Google Pay Connector Tokenization Flow (#9734) Co-authored-by: nihtin <nithingowdan77@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan>
Files to modify: **finix.rs** Modify existing code **transformers.rs** Add: - function: private::try_from - impl: impl TryFrom<&Option<common_utils::pii::SecretSerdeValue>> for FinixMeta **request.rs** Add: - struct: pub::FinixMeta **connector_validation.rs** Modify existing code
revert: connector_label in webhook url is reverted back to connector_name (#1779)
Files to modify: **merchant_connector_account.rs** Add: - function: pub::find_by_merchant_id_connector_name **app.rs** Modify existing code **webhooks.rs** Modify existing code **merchant_connector_account.rs** Add: - function: pub::find_by_merchant_id_connector_name **app.rs** Modify existing c...
feat(connectors): [Redsys] add Psync and Rsync support (#7586) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **consts.rs** Modify existing code **redsys.rs** Remove: - impl: impl ConnectorCommonExt<Flow, Request, Response> for Redsys - impl: impl ConnectorIntegration<PSync, PaymentsSyncData, PaymentsResponseData> for Redsys - impl: impl ConnectorIntegration<RSync, RefundsData, RefundsRespon...
feat(connector): [FEATURE MATRIX] Connector feature matrix (#7147) Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **bluesnap.rs** Remove: - impl: impl ConnectorSpecifications for Bluesnap Add: - function: private::get_connector_about - function: private::get_supported_payment_methods - function: private::get_supported_webhook_flows - impl: impl ConnectorSpecifications for Bluesnap **fise...
feat(core): Hyperswitch <|> UCS integration v2 (#8439) Co-authored-by: debarshi.gupta <debarshi.gupta@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local> Co-authored-by: github...
Files to modify: **unified_connector_service.rs** Add: - function: pub::payment_get **merchant_connector_account.rs** Modify existing code **payments.rs** Modify existing code **flows.rs** Modify existing code **authorize_flow.rs** Modify existing code **psync_flow.rs** Add: - function: priva...
feat(core): add columns unified error code and error message in refund table (#6933)
Files to modify: **refunds.rs** Modify existing code **refund.rs** Modify existing code **schema.rs** Modify existing code **schema_v2.rs** Modify existing code **transformers.rs** Remove: - struct: pub::Location **scheduler.rs** Modify existing code **consts.rs** Modify existing code **payme...
feat(connector): add dispute and refund webhooks for Airwallex (#1021) Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Files to modify: **airwallex.rs** Add: - function: private::get_dispute_details **transformers.rs** Add: - function: pub::is_transaction_event - function: pub::is_refund_event - function: pub::is_dispute_event - function: private::from - struct: pub::AirwallexObjectData - struct: pub:...
feat(router): add `challenge_request_key` in authentication response and add support for cardinal authentication processor (#9429) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **payments.rs** Modify existing code **connector_enums.rs** Modify existing code **enums.rs** Modify existing code **connector.rs** Modify existing code **authentication.rs** Modify existing code **schema.rs** Modify existing code **schema_v2.rs** Modify existing code **transform...
feat(core): diesel models and db interface changes for authentication table (#3859)
Files to modify: **enums.rs** Add: - function: pub::is_terminal_status - function: pub::is_failed - enum: pub::AuthenticationStatus - enum: pub::DecoupledAuthenticationType - enum: pub::AuthenticationLifecycleStatus - impl: impl AuthenticationStatus **authentication.rs** Add: - functi...
feat(core): Added integrity framework for Authorize and Sync flow with connector as Stripe (#5109) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com> Co-authored-by: Narayan Bhat <narayan.bhat@juspa...
Files to modify: **types.rs** Modify existing code **errors.rs** Add: - struct: pub::IntegrityCheckError **api_error_response.rs** Modify existing code **router_data.rs** Modify existing code **router_request_types.rs** Add: - struct: pub::AuthoriseIntegrityObject - struct: pub::SyncIntegrit...
test(UI-tests): allow ignoring connector tests at runtime (#1766) Co-authored-by: Anji Reddy <anji.reddy@juspay.in>
Files to modify: **adyen_uk_ui.rs** Modify existing code **authorizedotnet_ui.rs** Modify existing code **globalpay_ui.rs** Modify existing code **nuvei_ui.rs** Modify existing code **paypal_ui.rs** Modify existing code **selenium.rs** Add: - function: private::get_saved_testcases - function:...
refactor(payment_method_data): add a trait to retrieve billing from payment method data (#4095) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **payments.rs** Add: - function: private::get_billing_address - function: private::get_billing_address - function: private::get_billing_address_inner - function: private::get_billing_address - function: private::get_billing_address - function: private::get_billing_address ...
feat(authentication): create api for update profile acquirer (#8307) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **admin.rs** Modify existing code **profile_acquirer.rs** Add: - function: private::from - struct: pub::ProfileAcquirerUpdate - impl: impl From<( common_utils::id_type::ProfileAcquirerId, &common_utils::id_type::ProfileId, &common_types::domain::AcquirerConfig, )> for ProfileAcquirer...
refactor(currency_conversion): re frame the currency_conversion crate to make api calls on background thread (#6906) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **settings.rs** Modify existing code **currency.rs** Modify existing code **currency.rs** Modify existing code
chore: intoduce GenericError enum variant in enum ConnectorError (#6143) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **errors.rs** Modify existing code **organization.rs** Modify existing code **utils.rs** Modify existing code **connector_integration_interface.rs** Remove: - function: private::id - function: private::get_currency_unit - function: private::get_auth_header - function: priva...
feat(connector): [AUTHORIZEDOTNET] Audit Connector (#4035)
Files to modify: **authorizedotnet.rs** Modify existing code **transformers.rs** Add: - function: private::from - struct: pub::RSyncTransactionResponse - struct: pub::AuthorizedotnetRSyncResponse - enum: pub::RSyncStatus
feat(connectors): [Iatapay] add payment methods (#4968) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
Files to modify: **payments.rs** Modify existing code **routing.rs** Modify existing code **surcharge_decision_configs.rs** Modify existing code **enums.rs** Modify existing code **transformers.rs** Modify existing code **response_modifier.rs** Modify existing code **transformer.rs** Modify existi...
feat(connector): [STRIPE] Added Connector Tokenization Flow for Cards (#8248) Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
Files to modify: **stripe.rs** Modify existing code **transformers.rs** Add: - struct: pub::StripeBillingAddressCardToken **router_request_types.rs** Modify existing code **payment_methods.rs** Modify existing code **payments.rs** Modify existing code **square.rs** Modify existing code **stax.rs...
fix(connector): [Adyen] `ErrorHandling` in case of Balance Check for Gift Cards (#1976)
Files to modify: **adyen.rs** Remove: - function: private::execute_pretasks Add: - impl: impl api::PaymentsPreProcessing for Adyen **transformers.rs** Modify existing code **consts.rs** Modify existing code **payments.rs** Modify existing code **flows.rs** Modify existing code **types.rs** ...
feat(connector): [BRAINTREE] Googlepay, Applepay wallets added (#8728)
Files to modify: **payments.rs** Remove: - struct: pub::GooglePayThirdPartySdkData - struct: pub::ApplePayThirdPartySdkData Add: - struct: pub::GooglePayThirdPartySdkData - struct: pub::ApplePayThirdPartySdkData **braintree.rs** Remove: - impl: impl ConnectorIntegration<Session, PaymentsSes...
feat(users): Add profile level invites (#5793)
Files to modify: **user.rs** Modify existing code **user_role.rs** Add: - struct: pub::Entity **schema.rs** Modify existing code **schema_v2.rs** Modify existing code **user.rs** Modify existing code **user_role.rs** Add: - struct: pub::Entity **user.rs** Modify existing code **user_role....
feat(router): add three_ds decision rule execute api (#8148) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Files to modify: **lib.rs** Add: - mod: pub::three_ds_decision_rule **three_ds_decision_rule.rs** Add: - function: private::get_api_event_type - function: private::get_api_event_type - struct: pub::PaymentData - struct: pub::PaymentMethodMetaData - struct: pub::CustomerDeviceData - st...
End of preview. Expand in Data Studio

Rust Commit Dataset - Hyperswitch

Dataset Description

This dataset contains Rust commit messages paired with their corresponding code patches from the Hyperswitch repository.

Dataset Summary

  • Total Examples: 2277
  • Language: Rust
  • Source: Hyperswitch GitHub repository
  • Format: Prompt-response pairs for supervised fine-tuning (SFT)

Data Fields

  • prompt: The commit message describing the change
  • response: The git patch/diff showing the actual code changes

Example

{
  "prompt": "fix: update payment status handling",
  "response": "diff --git a/src/payment.rs b/src/payment.rs\n..."
}

Usage

from datasets import load_dataset

# Load dataset
dataset = load_dataset("archit11/hyperswitch-rust-commits-final2")

# Access train/test splits
train_data = dataset['train']
test_data = dataset['test']

# Example
print(train_data[0]['prompt'])
print(train_data[0]['response'])

Training

This dataset is designed for fine-tuning code generation models on Rust commit-to-patch generation tasks.

Example training command:

python train_sft.py \
    --dataset archit11/hyperswitch-rust-commits-final2 \
    --model Qwen/Qwen3-4B \
    --output_dir ./qwen-rust-sft \
    --use_4bit \
    --use_lora

Data Collection

The data was collected using PyDriller and tree-sitter for parsing Rust identifiers:

  • Only commits with 20+ lines changed are included
  • Rust-specific identifier tracking (functions, structs, enums, traits, impls, modules)

Citation

If you use this dataset, please cite the Hyperswitch repository:

@misc{hyperswitch2024,
  title={Hyperswitch},
  author={Juspay},
  year={2024},
  url={https://github.com/juspay/hyperswitch}
}

License

This dataset follows the same license as the Hyperswitch project.

Downloads last month
16