Skip to content

Commit

Permalink
Merge pull request #8 from mediaopt/feature/36623
Browse files Browse the repository at this point in the history
#36623 remove deprecated SOAP API calls
  • Loading branch information
mbe1987 authored Oct 10, 2024
2 parents dd1c0c1 + a036666 commit 612404a
Show file tree
Hide file tree
Showing 117 changed files with 1,349 additions and 16,128 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"php": ">=7.1",
"php": ">=7.4",
"monolog/monolog": "^1.12",
"guzzlehttp/guzzle": "^7.0",
"ext-json": "*",
Expand Down
9 changes: 0 additions & 9 deletions src/modules/mo/mo_dhl/Adapter/DHLAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @copyright 2016 Mediaopt GmbH
*/

use Mediaopt\DHL\Api\GKV;
use Mediaopt\DHL\Api\Standortsuche;
use Mediaopt\DHL\Api\Wunschpaket;
use Mediaopt\DHL\Main;
Expand Down Expand Up @@ -202,14 +201,6 @@ public function buildStandortsuche()
return $this->getSdk()->buildStandortsuche();
}

/**
* @return GKV
*/
public function buildGKV()
{
return $this->getSdk()->buildGKV();
}

/**
* @return \Mediaopt\DHL\Api\ParcelShipping\Client
*/
Expand Down

This file was deleted.

302 changes: 0 additions & 302 deletions src/modules/mo/mo_dhl/Adapter/GKVCustomShipmentBuilder.php

This file was deleted.

Loading

0 comments on commit 612404a

Please sign in to comment.