hyperswitch
feat(connector): add support for multiple captures PSync
#2043
Merged

Commits
  • feature(router): create capture entity for each manual capture request
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into create-child-payment-intent-for-capture
    hrithikesh026 committed 1 year ago
  • fix: copy amount_to_capture from payment_attempt to amount in capture
    hrithikesh026 committed 1 year ago
  • chore: spell check
    hrithikesh026 committed 1 year ago
  • fix: cargo c with --no-default-features was failing
    hrithikesh026 committed 1 year ago
  • fix: implement find all for Capture
    hrithikesh026 committed 1 year ago
  • chore: remove println
    hrithikesh026 committed 1 year ago
  • chore: +nightly fmt
    hrithikesh026 committed 1 year ago
  • fix(core): add validation and status update logic to multiple partial capture
    hrithikesh026 committed 1 year ago
  • chore: resolve conflicts
    hrithikesh026 committed 1 year ago
  • chore: address spell
    hrithikesh026 committed 1 year ago
  • chore; address migration changes
    hrithikesh026 committed 1 year ago
  • chore: generate openapi
    hrithikesh026 committed 1 year ago
  • git diff
    hrithikesh026 committed 1 year ago
  • fix: migration
    hrithikesh026 committed 1 year ago
  • fix: implement functions for Store for feature not kv_store
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into add-validation-for-multiple-capture
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into add-validation-for-multiple-capture
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into add-validation-for-multiple-capture
    hrithikesh026 committed 1 year ago
  • fix(core): use capture_id as primany key instead of auto incremented id value
    hrithikesh026 committed 1 year ago
  • fix: change function name in feature 'not kv_store'
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into add-validation-for-multiple-capture
    hrithikesh026 committed 1 year ago
  • refactor: enum CaptureUpdate
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into add-validation-for-multiple-capture
    hrithikesh026 committed 1 year ago
  • fix: make connector field non updateable in captures table
    hrithikesh026 committed 1 year ago
  • feat(router): support for multiple partial captures
    hrithikesh026 committed 1 year ago
  • fix: repopulate amount_to_capture in payment_attempt after update in PaymentCaptures get_tracker
    hrithikesh026 committed 1 year ago
  • fix: implement CaptureInterface for Store for feature not kv_Store
    hrithikesh026 committed 1 year ago
  • feat(router): add support for multiple partial capture
    hrithikesh026 committed 1 year ago
  • chore: generate openapi_spec file
    hrithikesh026 committed 1 year ago
  • fix: remove unused functions
    hrithikesh026 committed 1 year ago
  • fix: remove unused enums
    hrithikesh026 committed 1 year ago
  • fix: use connection::pg_connection_read() for read operations
    hrithikesh026 committed 1 year ago
  • fix: use types::Capturable instead of Capturable
    hrithikesh026 committed 1 year ago
  • address spell check failure
    hrithikesh026 committed 1 year ago
  • feat: add payment sync for multiple partial capture
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into psync_for_multiple_partial_captures
    hrithikesh026 committed 1 year ago
  • chore: generate openapi_spec.json
    hrithikesh026 committed 1 year ago
  • correct spelling
    hrithikesh026 committed 1 year ago
  • fix openapi_spec file
    hrithikesh026 committed 1 year ago
  • feat(core): add psync for multiple partial capture
    hrithikesh026 committed 1 year ago
  • add comment
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into psync_for_multiple_partial_captures
    hrithikesh026 committed 1 year ago
  • fix spelling
    hrithikesh026 committed 1 year ago
  • openapi_spec generation
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into psync_for_multiple_partial_captures
    hrithikesh026 committed 1 year ago
  • generate openapi_spec.json
    hrithikesh026 committed 1 year ago
  • add connector_response_reference_id to captures table
    hrithikesh026 committed 1 year ago
  • run migration
    hrithikesh026 committed 1 year ago
  • feat(connector): (checkout.com) add support for multiple partial captures
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into checkout_dot_com_multiple_partial_capture
    hrithikesh026 committed 1 year ago
  • fix: remove MultipleCaptureData from PaymentsCaptureData
    hrithikesh026 committed 1 year ago
  • fix: use MultipleCaptureRequestData for getting capture reference id
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' of https://github.com/juspay/hyperswitch into checkout_dot_com_multiple_partial_capture
    hrithikesh026 committed 1 year ago
  • fix: add appropriate not implemented message
    hrithikesh026 committed 1 year ago
  • feat(connector): (checkout) add support for multiple capture sync
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into psync_for_multiple_captures_checkout
    hrithikesh026 committed 1 year ago
  • address cargo clippy warnings
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into psync_for_multiple_captures_checkout
    hrithikesh026 committed 1 year ago
  • add comments where required
    hrithikesh026 committed 1 year ago
  • wehbook support for checkout psync
    hrithikesh026 committed 1 year ago
  • address comments
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into psync_for_multiple_captures_checkout
    hrithikesh026 committed 1 year ago
  • fix: deserialize webhook body only for payment events
    hrithikesh026 committed 1 year ago
  • address cargo clippy warnings
    hrithikesh026 committed 1 year ago
Loading