Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#36623 remove deprecated SOAP API calls #8

Merged
merged 11 commits into from
Oct 10, 2024
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
Loading