@colijnit/transactionapi 259.1.11 → 259.1.12

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.
@@ -57,6 +57,7 @@ export declare class TransactionInfo extends BusinessObject {
57
57
  messages: string[];
58
58
  deliveryOptions: string[];
59
59
  onHoldCodes: string[];
60
+ isTransactionCanceled: boolean;
60
61
  orderLineSets: OrderLineSetInfo[];
61
62
  headerInfoStatus: TransactionStatusInfo;
62
63
  contacts: RelationContactLink[];
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transactionapi",
3
- "version": "259.1.11",
3
+ "version": "259.1.12",
4
4
  "scripts": {
5
5
  "build": "grunt clean && tsc",
6
6
  "browserify": "browserify build/connector.js --s colijn -o dist/out-tsc/bundle.js",