hyperswitch
refactor(pm_list): modify pm list to support new api contract
#657
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
114
Changes
View On
GitHub
Commits
feat(connector): add support for affirm
Narayanbhat166
committed
1 year ago
refactor: remove afterpay related struct
Narayanbhat166
committed
1 year ago
fix: cargo clippy warnings
Narayanbhat166
committed
1 year ago
Merge branch 'main' into 347-add-support-for-affirm-through-stripe
Narayanbhat166
committed
1 year ago
feat(connector): add support for afterpay_clearpay
Narayanbhat166
committed
1 year ago
refactor(connector): remove redundant code
Narayanbhat166
committed
1 year ago
refactor(import): remove unused imports
Narayanbhat166
committed
1 year ago
Merge with latest main
Narayanbhat166
committed
1 year ago
Merge branch 'main' into 347-add-support-for-afterpay-clearpay-through-stripe
Narayanbhat166
committed
1 year ago
Merge branch 'main' into 347-add-support-for-afterpay-clearpay-through-stripe
Narayanbhat166
committed
1 year ago
refactor: remove address validation in operation
Narayanbhat166
committed
1 year ago
refactor: add address validation in connector
Narayanbhat166
committed
1 year ago
chore: run cargo fmt
Narayanbhat166
committed
1 year ago
Merge branch 'main' into 347-add-support-for-afterpay-clearpay-through-stripe
Narayanbhat166
committed
1 year ago
refactor: rename issuer name and add docs
Narayanbhat166
committed
1 year ago
refactor: use encode instead of convert_and_encode
Narayanbhat166
committed
1 year ago
refactor: minor changes
Narayanbhat166
committed
1 year ago
refactor: remove unused function
Narayanbhat166
committed
1 year ago
refactor: remove specific imports
Narayanbhat166
committed
1 year ago
refactor: use beautiful validation for shipping address
Narayanbhat166
committed
1 year ago
chore: run cargo fmt
Narayanbhat166
committed
1 year ago
refactor: rename address to first_name
Narayanbhat166
committed
1 year ago
Merge branch 'main' into 347-add-support-for-afterpay-clearpay-through-stripe
Narayanbhat166
committed
1 year ago
refactor: remove billing data from payment_data
Narayanbhat166
committed
1 year ago
refactor: use rename_all instead of individual rename
Narayanbhat166
committed
1 year ago
refactor: take billing_data from billing address
Narayanbhat166
committed
1 year ago
refactor: remove issuer_name from pay_later_data
Narayanbhat166
committed
1 year ago
Merge branch 'main' into refactor/address_details_in_payment_method
Narayanbhat166
committed
1 year ago
chore: merge fixes
Narayanbhat166
committed
1 year ago
refactor: add address in payment data
Narayanbhat166
committed
1 year ago
refactor: add payment_experience and payment_issuer enum
Narayanbhat166
committed
1 year ago
refactor: add payment_experience and payment_issuer to payment method
Narayanbhat166
committed
1 year ago
refactor: stripe pay_later issuer is decided based on
Narayanbhat166
committed
1 year ago
refactor: add not_supported error type
Narayanbhat166
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
refactor: construct billing_address from pm_data
Narayanbhat166
committed
1 year ago
fix: add extra fields to tests
Narayanbhat166
committed
1 year ago
refactor: add email validation for afterpay
Narayanbhat166
committed
1 year ago
Merge branch 'main' into refactor/address_details_in_payment_method
Narayanbhat166
committed
1 year ago
refactor: remove redirect from transaction_resposne
Narayanbhat166
committed
1 year ago
refactor: remove strum and duplicate api doc
Narayanbhat166
committed
1 year ago
refactor: add value type for doc generation
Narayanbhat166
committed
1 year ago
refactor: stripe transformers
Narayanbhat166
committed
1 year ago
refactor: use try_from instead of try_into
Narayanbhat166
committed
1 year ago
refactor: remove debugging logs
Narayanbhat166
committed
1 year ago
refactor: add column keyword
Narayanbhat166
committed
1 year ago
refactor: remove strum serialize
Narayanbhat166
committed
1 year ago
refactor: remove unused routingalgo enum
Narayanbhat166
committed
1 year ago
refactor: remove unused payment_flow enum
Narayanbhat166
committed
1 year ago
refactor: remove strum derives
Narayanbhat166
committed
1 year ago
Merge branch 'main' into refactor/address_details_in_payment_method
Narayanbhat166
committed
1 year ago
fix: remove redirect field from rapyd transformers
Narayanbhat166
committed
1 year ago
refactor: remove enum type in database
Narayanbhat166
committed
1 year ago
refactor: add macro DieselEnumText
Narayanbhat166
committed
1 year ago
refactor: use storage_types attribute in macro
Narayanbhat166
committed
1 year ago
refactor: use paylater enum
Narayanbhat166
committed
1 year ago
fix: use guard for access token result
Narayanbhat166
committed
1 year ago
refactor: use a common function to handle result
Narayanbhat166
committed
1 year ago
refactor: address PR comments
Narayanbhat166
committed
1 year ago
Merge branch 'main' into refactor/address_details_in_payment_method
Narayanbhat166
committed
1 year ago
chore: match mismatched payment data
Narayanbhat166
committed
1 year ago
doc: add trailing backtics
Narayanbhat166
committed
1 year ago
doc: add docs for pa_issuer and pa_experience'
Narayanbhat166
committed
1 year ago
doc: update openapi
Narayanbhat166
committed
1 year ago
api contract for bank redirect
Sangamesh26
committed
1 year ago
refactot: use payment_issuer and experience for klarna
Narayanbhat166
committed
1 year ago
refactor: decide using call_connector_action
Narayanbhat166
committed
1 year ago
refactor: use tuple match instead of if else
Narayanbhat166
committed
1 year ago
chore: add additional info for diesel enum
Narayanbhat166
committed
1 year ago
chore: remove commented code
Narayanbhat166
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
Merge branch 'main' into refactor/address_details_in_payment_method
Narayanbhat166
committed
1 year ago
refactor: stripe psync error update
Narayanbhat166
committed
1 year ago
Merge remote-tracking branch 'origin/bank-redirect-api-contract' into feat/eps_giropay_using_stripe
Narayanbhat166
committed
1 year ago
feat: add support for ideal,giropay,eps
Narayanbhat166
committed
1 year ago
chore: use secret for name
Narayanbhat166
committed
1 year ago
Merge branch 'bugfix/klarna_redirect_fix' into feat/eps_giropay_using_stripe
Narayanbhat166
committed
1 year ago
refactor: remove redirect url and use _ in match
Narayanbhat166
committed
1 year ago
feat: use payment issuer as bank_name
Narayanbhat166
committed
1 year ago
fix: add payment_method_type
Narayanbhat166
committed
1 year ago
refactor: change sofort struct
Narayanbhat166
committed
1 year ago
feat: support sofort
Narayanbhat166
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
feat: refactor payment_method enums
Narayanbhat166
committed
1 year ago
feat: add additional_pm in update and confirm
Narayanbhat166
committed
1 year ago
bugfix: accept connector in pa
Narayanbhat166
committed
1 year ago
refactor: add payment_exp and pmt to response
Narayanbhat166
committed
1 year ago
chore: add update for payment_exp and pmt
Narayanbhat166
committed
1 year ago
fix: tests
Narayanbhat166
committed
1 year ago
chore: remove copy on pmt
Narayanbhat166
committed
1 year ago
chore: meaningful documentation
Narayanbhat166
committed
1 year ago
chore: add diesel 64 column feature
Narayanbhat166
committed
1 year ago
chore: fix typos
Narayanbhat166
committed
1 year ago
refactor: remove issuer and issuer code, rename few structs and enums
Narayanbhat166
committed
1 year ago
refactor: make payment_method_type_information as a struct and use that for the payment_method_types field
Narayanbhat166
committed
1 year ago
Merge branch 'main' into refactor/pm_list_api
Narayanbhat166
committed
1 year ago
chore: merge fixes
Narayanbhat166
committed
1 year ago
chore: merge fixes
Narayanbhat166
committed
1 year ago
feat: add payment experience based consolidation
Narayanbhat166
committed
1 year ago
feat: add card network based consolidation
Narayanbhat166
committed
1 year ago
+ more commits ...
Loading