@colijnit/transactionapi 258.1.26 → 258.1.27
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.
|
@@ -422,7 +422,7 @@ class TransactionAuth extends ione_api_transaction_1.IoneApiTransaction {
|
|
|
422
422
|
cancelTransactionByUuId(uuid, showLoader) {
|
|
423
423
|
const params = {
|
|
424
424
|
transactionUuid: uuid,
|
|
425
|
-
reason: ''
|
|
425
|
+
reason: 'Cancelled Reason'
|
|
426
426
|
};
|
|
427
427
|
const data = {
|
|
428
428
|
moduleName: module_name_enum_1.ModuleName.Transaction,
|