fix(core-flows,dashboard): handling authorized payment collection on OE (#11958)

* wip: handling authorized payment collection on OE

* fix: update condition

* fix: condition for creation

* chore: remove commented code

* chore: changeset, refactor

* chore: typo, comments

* fix: add a test case

* fix: reorg workflows, partially captured

* fix: status enum type
This commit is contained in:
Frane Polić
2025-04-02 13:57:44 +02:00
committed by GitHub
parent 2270f29ec5
commit a8513019db
9 changed files with 384 additions and 32 deletions
@@ -28,6 +28,10 @@ export enum PaymentCollectionStatus {
* The payment collection is failed.
*/
FAILED = "failed",
/**
* The payment collection is partially captured.
*/
PARTIALLY_CAPTURED = "partially_captured",
/**
* The payment collection is completed.
*/