@chevre/factory 4.327.0-alpha.0 → 4.327.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,6 +11,7 @@ export interface IData extends IConfirmPayActionAttributes {
|
|
|
11
11
|
* OrderPaymentDue->OrderProcessing処理を実行するかどうかのオプションを追加(2023-08-23~)
|
|
12
12
|
*/
|
|
13
13
|
processOrder?: boolean;
|
|
14
|
+
useOnOrderStatusChanged?: boolean;
|
|
14
15
|
}
|
|
15
16
|
export interface IAttributes extends TaskFactory.IAttributes {
|
|
16
17
|
name: TaskName.ConfirmPayTransaction;
|