Commit 83f7b494 authored by Dimitris Bozelos's avatar Dimitris Bozelos
Browse files

Issue #3263989 Installed Commerce Transaction module

parent 64fb5f3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ type: module
package: Commerce (contrib)
core_version_requirement: ^8.8 || ^9.0
dependencies:
  - commerce:commerce_payment
  - commerce_transaction:commerce_transaction
+13 −0
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Install, update and uninstall functions for Commerce Sage Payments.
 */

/**
 * Install the Commerce Transaction module.
 */
function commerce_sage_payments_update_8001() {
  \Drupal::service('module_installer')->install(['commerce_transaction']);
}
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    "source": "https://git.drupalcode.org/project/commerce_sage_payments"
  },
  "require": {
    "drupal/commerce": "^2.17",
    "drupal/commerce_transaction": "^1.0@dev",
    "krystalcode/sage-payments-sdk": "dev-master"
  },
  "extra": {