Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlysberg committed Oct 8, 2020
1 parent 68c622f commit 1d88eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/Resource/Agreement/PauseAgreement.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace SincosSoftware\Vipps\Resource\Agreement;

use SincosSoftware\Vipps\Model\Agreement\RequestPauseAgreement;
use SincosSoftware\Vipps\Model\Agreement\RequestStopAgreement;
use SincosSoftware\Vipps\Model\Agreement\ResponseGetAgreement;
use SincosSoftware\Vipps\Model\Agreement\ResponseUpdateAgreement;
use SincosSoftware\Vipps\Resource\HttpMethod;
use SincosSoftware\Vipps\Resource\Payment\PaymentResourceBase;
Expand All @@ -29,8 +27,8 @@ class PauseAgreement extends PaymentResourceBase
*
* @param \SincosSoftware\Vipps\VippsInterface $vipps
* @param string $subscription_key
* @param string $merchant_serial_number
* @param string $order_id
* @param $agreementId
* @param RequestPauseAgreement $request
*/
public function __construct(VippsInterface $vipps, $subscription_key, $agreementId, RequestPauseAgreement $request)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Resource/Agreement/StopAgreement.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class StopAgreement extends PaymentResourceBase
*
* @param \SincosSoftware\Vipps\VippsInterface $vipps
* @param string $subscription_key
* @param string $merchant_serial_number
* @param string $order_id
* @param $agreementId
* @param RequestStopAgreement $request
*/
public function __construct(VippsInterface $vipps, $subscription_key, $agreementId, RequestStopAgreement $request)
{
Expand Down

0 comments on commit 1d88eeb

Please sign in to comment.