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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user