diff --git a/src/Transaction.php b/src/Transaction.php index 5e01f5ba..1740f2ab 100644 --- a/src/Transaction.php +++ b/src/Transaction.php @@ -331,33 +331,7 @@ public static function details( $result = $api->doRequest(); return new Result\Details($result); - } - - - /** - * Gets the services - * - * @param string|null $paymentMethodId - * - * @return Result\GetService - * @throws Error\Api - * @throws Error\Error - * @throws Error\Required\ApiToken - */ - public static function getService( - $paymentMethodId = null - ) - { - - $api = new Api\GetService(); - - if ($paymentMethodId !== null) { - $api->setPaymentMethodId($paymentMethodId); - } - $result = $api->doRequest(); - - return new Result\GetService($result); - } + } /** * Get the transaction in an exchange script.