@colijnit/transaction 12.1.46 → 12.1.47

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.
@@ -3957,7 +3957,7 @@
3957
3957
  var result;
3958
3958
  return __generator(this, function (_a) {
3959
3959
  switch (_a.label) {
3960
- case 0: return [4 /*yield*/, this.connector.getPaymentMethods()];
3960
+ case 0: return [4 /*yield*/, this.connector.getPaymentMethodsForSalesOrder()];
3961
3961
  case 1:
3962
3962
  result = _a.sent();
3963
3963
  if (result.validationResult && result.validationResult.success) {
@@ -20572,8 +20572,6 @@
20572
20572
  return true;
20573
20573
  };
20574
20574
  TransactionSearchResultComponent.prototype.ngOnInit = function () {
20575
- this.searchService.searchRequest.general = 'test';
20576
- this.searchService.searchTransactions(); //todo: weghalen
20577
20575
  };
20578
20576
  Object.defineProperty(TransactionSearchResultComponent.prototype, "fullscreen", {
20579
20577
  get: function () {