hyperswitch
refactor: add encryption support to payment attempt domain model
#5882
Merged

Commits
  • refactor(hyperswitch_domain_models): move incorrectly placed `Conversion` implementation to correct module
    SanchithHegde committed 71 days ago
  • chore: address warnings about using `try_new` instead of `new`
    SanchithHegde committed 71 days ago
  • refactor: use `MinorUnit` instead of `i64` in payment attempt structs
    SanchithHegde committed 71 days ago
  • feat(hyperswitch_domain_models): implement `Conversion` trait on payment attempt to allow usage of encrypted fields
    SanchithHegde committed 71 days ago
  • chore: address some clippy lints in v2 code
    SanchithHegde committed 71 days ago
  • feat(payment_attempt): add v2 implementations of database functions which call `Conversion` impls
    SanchithHegde committed 71 days ago
  • feat(payment_attempt): add v2 implementation of payment attempt update which calls `Conversion` impls
    SanchithHegde committed 71 days ago
  • ci(CI-pr): allow warnings for v2 check and only display errors
    SanchithHegde committed 71 days ago
  • ci(CI-pr): allow warnings for v2 `release` feature check
    SanchithHegde committed 71 days ago
  • Merge branch 'main' into add-encryption-support-payment-attempt-domain-model
    SanchithHegde committed 68 days ago
  • refactor(kv): import `PaymentAttemptUpdateInternal` instead of qualifying it
    SanchithHegde committed 68 days ago
Loading