hyperswitch
feat(connector): fail payment authorize when capture_method is manual_method
#1893
Merged

feat(connector): fail payment authorize when capture_method is manual_method #1893

hrithikesh026
hrithikesh026 feature(router): create capture entity for each manual capture request
c1a314a9
hrithikesh026 Merge branch 'main' into create-child-payment-intent-for-capture
fbe6585f
hrithikesh026 fix: copy amount_to_capture from payment_attempt to amount in capture
28e26a89
hrithikesh026 chore: spell check
9b82fd98
hrithikesh026 fix: cargo c with --no-default-features was failing
b4261721
hrithikesh026 fix: implement find all for Capture
2c787149
hrithikesh026 chore: remove println
d7625319
hrithikesh026 chore: +nightly fmt
40abc4e9
hrithikesh026 fix(core): add validation and status update logic to multiple partial…
975d90da
hrithikesh026 chore: resolve conflicts
37579f59
hrithikesh026 chore: address spell
749a1c83
hrithikesh026 chore; address migration changes
0d0242bd
hrithikesh026 chore: generate openapi
b0fa57bb
hrithikesh026 git diff
5985a82e
hrithikesh026 fix: migration
fed79e45
hrithikesh026 fix: implement functions for Store for feature not kv_store
dd9614c3
hrithikesh026 Merge branch 'main' into add-validation-for-multiple-capture
bc62c426
hrithikesh026 Merge branch 'main' into add-validation-for-multiple-capture
c199507f
hrithikesh026 Merge branch 'main' into add-validation-for-multiple-capture
90074117
hrithikesh026 fix(core): use capture_id as primany key instead of auto incremented …
49a6df5a
hrithikesh026 fix: change function name in feature 'not kv_store'
0936d2cb
hrithikesh026 Merge branch 'main' into add-validation-for-multiple-capture
5b9678bd
hrithikesh026 refactor: enum CaptureUpdate
ad438413
hrithikesh026 Merge branch 'main' into add-validation-for-multiple-capture
83d446eb
hrithikesh026 fix: make connector field non updateable in captures table
481da169
hrithikesh026 feat(router): support for multiple partial captures
93c485ee
hrithikesh026 fix: repopulate amount_to_capture in payment_attempt after update in …
f02a8747
hrithikesh026 fix: implement CaptureInterface for Store for feature not kv_Store
eff015ca
hrithikesh026 feat(router): add support for multiple partial capture
2f946805
hrithikesh026 chore: generate openapi_spec file
c3c874b9
hrithikesh026 fix: remove unused functions
f3c81525
hrithikesh026 fix: remove unused enums
2647c206
hrithikesh026 fix: use connection::pg_connection_read() for read operations
80afd253
hrithikesh026 fix: use types::Capturable instead of Capturable
224af7d5
hrithikesh026 address spell check failure
464cbfec
hrithikesh026 fix: create index for captures table
4ea7a501
hrithikesh026 fix: give appropriate names for capture indexes
7462da4e
hrithikeshvm fix: return DuplicatePayment error response for insert failure
40da95c4
hrithikesh026 fix(connector): fail create payment when capture_method is manual_mul…
eaa97ffa
hrithikeshvm Merge branch 'main' into fail-payment-authorize-for-manual-multiple
a608f9cb
hrithikesh026 hrithikesh026 added C-feature
hrithikesh026 hrithikesh026 added S-waiting-on-review
hrithikesh026 hrithikesh026 added this to the August 2023 Milestone milestone 1 year ago
hrithikesh026 hrithikesh026 requested a review from ArjunKarthik ArjunKarthik 1 year ago
hrithikesh026 hrithikesh026 requested a review from Narayanbhat166 Narayanbhat166 1 year ago
hrithikesh026 hrithikesh026 assigned hrithikesh026 hrithikesh026 1 year ago
hrithikesh026 hrithikesh026 requested a review 1 year ago
hrithikesh026 hrithikesh026 requested a review 1 year ago
hrithikesh026 hrithikesh026 requested a review 1 year ago
hrithikesh026 hrithikesh026 requested a review 1 year ago
hrithikesh026 hrithikesh026 requested a review 1 year ago
hrithikesh026 hrithikesh026 requested a review from jarnura jarnura 1 year ago
hrithikesh026 hrithikesh026 requested a review from ashokkjag ashokkjag 1 year ago
hrithikesh026 fix(connector): throw 501 not_implemented for connectors that does no…
59c08941
hrithikesh026 Merge branch 'main' into fail-payment-authorize-for-manual-multiple
91914948
hrithikesh026 Merge branch 'main' into fail-payment-authorize-for-manual-multiple
36380f85
hrithikesh026 fix: increase stack size to 6 MB from 4 MB because overflow during UI…
eb84c875
ArjunKarthik
ArjunKarthik requested changes on 2023-08-09
hrithikesh026 fix: use constant for capture_multiple not implmented error message
6709d5d5
hrithikesh026 Merge remote-tracking branch 'origin' into fail-payment-authorize-for…
d369e4ee
ArjunKarthik
ArjunKarthik ArjunKarthik added S-waiting-on-author
hrithikesh026 fix: create and implement ConnectorValidation trait for each connector
de1c4a1a
hrithikesh026 fix: call validate_capture_method function before building authorize …
9895107a
hrithikesh026 fix: throw not_implemented error for multiple partial capture for con…
fc6858bc
hrithikesh026 Merge branch 'main' into fail-payment-authorize-for-manual-multiple
f2d8ad35
hrithikesh026 fix: remove existing validation logic in get_url function
de90869c
hrithikesh026 hrithikesh026 requested a review from ArjunKarthik ArjunKarthik 1 year ago
hrithikesh026 Merge branch 'main' of https://github.com/juspay/hyperswitch into fai…
1b8e533d
hrithikesh026 fix: resolve conflicts
d922f95d
sai-harsha-vardhan feat(router): add connector_request_reference_id in router_data based…
ced6248e
hrithikesh026 merge main to resolve conflicts
c016cae0
hrithikesh026 chore: merge main to resolve conflicts
84dfb28b
hrithikesh026 remove payment_experience from ConnectorError::NotSupported
a149517e
ArjunKarthik
ArjunKarthik requested changes on 2023-08-17
hrithikesh026 Merge branch 'main' into fail-payment-authorize-for-manual-multiple
04b050bf
hrithikesh026 resolve comments
31a82e2f
hrithikesh026 generate openapi_spec
eada7ec2
hrithikesh026 hrithikesh026 requested a review from ArjunKarthik ArjunKarthik 1 year ago
hrithikesh026 Merge branch 'main' into fail-payment-authorize-for-manual-multiple
22e1333f
hrithikesh026 hrithikesh026 removed S-waiting-on-author
ArjunKarthik
ArjunKarthik requested changes on 2023-08-22
ArjunKarthik ArjunKarthik added S-waiting-on-author
hrithikesh026 Merge branch 'main' into fail-payment-authorize-for-manual-multiple
87a67682
hrithikesh026 resolve comments
6041a373
ArjunKarthik
ArjunKarthik dismissed these changes on 2023-08-23
hrithikesh026 Merge branch 'main' into fail-payment-authorize-for-manual-multiple
cd1ea2d7
hrithikesh026 hrithikesh026 dismissed their stale review via cd1ea2d7 1 year ago
ArjunKarthik
ArjunKarthik approved these changes on 2023-08-23
jarnura
jarnura approved these changes on 2023-08-23
jarnura jarnura enabled auto-merge 1 year ago
jarnura jarnura merged bca9d501 into main 1 year ago
jarnura jarnura deleted the fail-payment-authorize-for-manual-multiple branch 1 year ago
SanchithHegde SanchithHegde removed S-waiting-on-author
SanchithHegde SanchithHegde removed S-waiting-on-review

Login to write a write a comment.

Login via GitHub

Assignees
Labels