hyperswitch
feat(connector): fail payment authorize when capture_method is manual_method
#1893
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
  • fix: create index for captures table
    hrithikesh026 committed 1 year ago
  • fix: give appropriate names for capture indexes
    hrithikesh026 committed 1 year ago
  • fix: return DuplicatePayment error response for insert failure
    hrithikeshvm committed 1 year ago
  • fix(connector): fail create payment when capture_method is manual_multiple for all connectors
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into fail-payment-authorize-for-manual-multiple
    hrithikeshvm committed 1 year ago
  • fix(connector): throw 501 not_implemented for connectors that does not support multiple partial capture
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
  • fix: increase stack size to 6 MB from 4 MB because overflow during UI sanity check
    hrithikesh026 committed 1 year ago
  • fix: use constant for capture_multiple not implmented error message
    hrithikesh026 committed 1 year ago
  • Merge remote-tracking branch 'origin' into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
  • fix: create and implement ConnectorValidation trait for each connector
    hrithikesh026 committed 1 year ago
  • fix: call validate_capture_method function before building authorize request
    hrithikesh026 committed 1 year ago
  • fix: throw not_implemented error for multiple partial capture for connectors supporting multiple partial capture
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
  • fix: remove existing validation logic in get_url function
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' of https://github.com/juspay/hyperswitch into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
  • fix: resolve conflicts
    hrithikesh026 committed 1 year ago
  • feat(router): add connector_request_reference_id in router_data based on merchant config (#1627)
    hrithikesh026 committed 1 year ago
  • merge main to resolve conflicts
    hrithikesh026 committed 1 year ago
  • chore: merge main to resolve conflicts
    hrithikesh026 committed 1 year ago
  • remove payment_experience from ConnectorError::NotSupported
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
  • resolve comments
    hrithikesh026 committed 1 year ago
  • generate openapi_spec
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
  • resolve comments
    hrithikesh026 committed 1 year ago
  • Merge branch 'main' into fail-payment-authorize-for-manual-multiple
    hrithikesh026 committed 1 year ago
Loading