Commits
  • fix(router): fix refund error code diesel field ordering (#458)
    vspecky committed 1 year ago
  • doc: minor formatting and logo changes in github README (#457)
    NishantJoshi00 committed 1 year ago
  • fix: proper error message for payment confirm with already successful/failed payments (#456)
    Sangamesh26 committed 1 year ago
  • feat: Add crate attribute to operation macro (#459)
    dracarys18 committed 1 year ago
  • fix: off-session must exist only if mandate is external (#460)
    NishantJoshi00 committed 1 year ago
  • refactor(core): validate payment status using common function (#461)
    Narayanbhat166 committed 1 year ago
  • fix: payment_method_id not populated (#463)
    manoj-juspay committed 1 year ago
  • feat(stripe): add support for afterpay clearpay through stripe (#441)
    Narayanbhat166 committed 1 year ago
  • chore: address Rust 1.67 clippy lints (#465)
    SanchithHegde committed 1 year ago
  • fix(globalpay): fix globalpay error handling (#464)
    jagan-jaya committed 1 year ago
  • fix: fix bug when creating customer who is redacted (#466)
    NishantJoshi00 committed 1 year ago
  • test(stripe): add unit tests for stripe connector (#473)
    jagan-jaya committed 1 year ago
  • doc: update openapi (#453)
    bernard-eugine committed 1 year ago
  • fix: add disable env flag for consumer (#475)
    NishantJoshi00 committed 1 year ago
  • feat(router): allow enabling/disabling of outgoing webhooks based on env configuration (#476)
    vspecky committed 1 year ago
  • refactor(errors): error enums to use 'static str (#472)
    Narayanbhat166 committed 1 year ago
  • fix(router): allow console logs for all first-party crates (#477)
    Abhicodes-crypto committed 1 year ago
  • build(deps): update deps (#479)
    SanchithHegde committed 1 year ago
  • feat(connector-template): add more default tests for card payment method (#471)
    ArjunKarthik committed 1 year ago
  • docs: standardise error types and error codes (#432)
    bernard-eugine committed 1 year ago
  • test(connector): add and update tests for stripe, cybersource and shift4 connectors (#485)
    jagan-jaya committed 1 year ago
  • perf(router): remove redundant DB call during merchant account update (#482)
    Abhicodes-crypto committed 1 year ago
  • feat(consumer): add `workflow_id` field in traces for consumer tasks (#480)
    NishantJoshi00 committed 1 year ago
  • feat: renaming services in docker-compose and set execution order (#490)
    NishantJoshi00 committed 1 year ago
  • feat(config): add fetch endpoint for config table (#481)
    dracarys18 committed 1 year ago
  • fix(refund): fix failing refund update with KV storage backend (#493)
    Abhicodes-crypto committed 1 year ago
  • fix: don't panic in redis library on creating connection pool (#494)
    dracarys18 committed 1 year ago
  • fix: fix KV implementations for payments and refunds (#489)
    NishantJoshi00 committed 1 year ago
  • feat: add logging functionality in drainer (#495)
    NishantJoshi00 committed 1 year ago
  • docs: add Windows setup instructions and update Postman docs (#486)
    4nkitd committed 1 year ago
  • feat(cache): add generic cache functions to populate and invalidate cache (#483)
    dracarys18 committed 1 year ago
  • update readme (#500)
    Sangamesh26 committed 1 year ago
  • feat: add metrics to drainer (#497)
    NishantJoshi00 committed 1 year ago
  • Rapyd webhook integration (#435)
    manoj-juspay committed 1 year ago
  • refactor: AppState trait for utility functions (#499)
    Sangamesh26 committed 1 year ago
  • refactor: use generic function to push to drainer (#496)
    dracarys18 committed 1 year ago
  • feat(generics): allow specifying optional offset and order clauses for `generic_filter()` (#502)
    SanchithHegde committed 1 year ago
  • fix(storage_models): fix inconsistent field order for merchant account types (#503)
    SanchithHegde committed 1 year ago
  • feat: Add graceful shutdown in drainer (#498)
    NishantJoshi00 committed 1 year ago
  • feat: add docker compose entry for drainer service (#504)
    NishantJoshi00 committed 1 year ago
  • fix: decide refund type by the request and not defaults (#505)
    NishantJoshi00 committed 1 year ago
  • chore: use generic cache functions for config table (#506)
    dracarys18 committed 1 year ago
  • fix(router): fix payment token null in payment update api response (#507)
    vspecky committed 1 year ago
  • feat(db): add fetch and update cache for admin table (#508)
    dracarys18 committed 1 year ago
  • feat: add timeout for `set` command on hashes and add function to allow retry in database (#509)
    NishantJoshi00 committed 1 year ago
  • fix: fix bugs found when testing drainer (#512)
    NishantJoshi00 committed 1 year ago
  • refactor: use unique id for merchant_conenctor_id instead of int (#514)
    dracarys18 committed 1 year ago
  • feat: add tick interval to drainer (#517)
    NishantJoshi00 committed 1 year ago
  • feat: add a kv switch route for merchants (#518)
    NishantJoshi00 committed 1 year ago
  • docs(try_local_system): add next steps after installing dependencies on Windows (#520)
    pixincreate committed 1 year ago
  • fix: fix the loader orientation on mobile (#521)
    NishantJoshi00 committed 1 year ago
  • feat(connector): add afterpay, klarna, affirm support in adyen connector (#516)
    ArjunKarthik committed 1 year ago
  • ci: run CI checks on merge queue events (#530)
    SanchithHegde committed 1 year ago
  • feat: Impelement redis cache for MCA fetch and update (#515)
    dracarys18 committed 1 year ago
  • fix(core): use guard for access token result (#522)
    Narayanbhat166 committed 1 year ago
  • feat(router): implement API endpoints for managing API keys (#511)
    SanchithHegde committed 1 year ago
  • Add a base struct for api error responses (#524)
    lsampras committed 1 year ago
  • build(docker-compose): increase docker health check interval for hyperswitch-server (#534)
    ArjunKarthik committed 1 year ago
  • fix(router): feature gate openssl deps for basilisk feature (#536)
    lsampras committed 1 year ago
  • docs(add_connector): fix typo (#584)
    eltociear committed 1 year ago
  • refactor(middleware): change visibility to `pub` (#587)
    SanchithHegde committed 1 year ago
  • refactor: send full payment object for payment sync (#526)
    Narayanbhat166 committed 1 year ago
  • refactor(router): appstate as trait in authentication (#588)
    racnan committed 1 year ago
  • fix: throw 500 error when redis goes down (#531)
    dracarys18 committed 1 year ago
  • refactor: Throw 500 error on database connection error instead of panic (#527)
    dracarys18 committed 1 year ago
  • feat: add `track_caller` to functions that perform `change_context` (#592)
    NishantJoshi00 committed 1 year ago
  • fix: don't call connector if connector transaction id doesn't exist (#525)
    NishantJoshi00 committed 1 year ago
  • feat(api_models): add error structs (#532)
    NishantJoshi00 committed 1 year ago
  • fix(checkout): Error Response when wrong api key is passed (#596)
    Abhicodes-crypto committed 1 year ago
  • refactor(router): api-key routes refactoring (#600)
    racnan committed 1 year ago
  • fix: allow errors with status code 200 to pass (#601)
    NishantJoshi00 committed 1 year ago
  • bugfix(router): api keys path params (#609)
    racnan committed 1 year ago
  • chore(release): port release bug fixes to main branch (#612)
    lsampras committed 1 year ago
  • feat: applepay feature release (#636)
    Sangamesh26 committed 1 year ago
  • feat(router): include eligible connectors list in list payment methods (#644)
    vspecky committed 1 year ago
  • refactor(compatibility): add additional fields to stripe payment and refund response types (#618)
    Abhicodes-crypto committed 1 year ago
  • refactor(router): update payments api contract to accept a list of connectors (#643)
    vspecky committed 1 year ago
  • release: Added changelog for v0.3.0
    jarnura committed 1 year ago
  • Merge branch 'release' into conflicts_between_release_v0.2.0_v0.3.0
    jarnura committed 1 year ago
  • chore: Update CHANGELOG.md
    jarnura committed 1 year ago
  • ci: remove duplicate `merge_group` trigger
    SanchithHegde committed 1 year ago
Loading