diff --git a/src/Model/RecurringPayment/Agreement.php b/src/Model/RecurringPayment/Agreement.php index c3ecd92..5901c32 100644 --- a/src/Model/RecurringPayment/Agreement.php +++ b/src/Model/RecurringPayment/Agreement.php @@ -14,7 +14,7 @@ class Agreement /** * @var \zaporylie\Vipps\Model\RecurringPayment\CampaignRequest - * @Serializer\Type("zaporylie\Vipps\Model\RecurringPayment\CampaingnRequest") + * @Serializer\Type("zaporylie\Vipps\Model\RecurringPayment\CampaignRequest") */ protected $campaign; diff --git a/src/Model/RecurringPayment/RequestCreateAgreement.php b/src/Model/RecurringPayment/RequestCreateAgreement.php index 00d0b4c..cd023f2 100644 --- a/src/Model/RecurringPayment/RequestCreateAgreement.php +++ b/src/Model/RecurringPayment/RequestCreateAgreement.php @@ -13,7 +13,7 @@ class RequestCreateAgreement { /** * @var \zaporylie\Vipps\Model\RecurringPayment\CampaignRequest - * @Serializer\Type("zaporylie\Vipps\Model\RecurringPayment\CampaingnRequest") + * @Serializer\Type("zaporylie\Vipps\Model\RecurringPayment\CampaignRequest") */ protected $campaign; diff --git a/src/Model/RecurringPayment/RequestUpdateAgreement.php b/src/Model/RecurringPayment/RequestUpdateAgreement.php index 187de85..79cf58d 100644 --- a/src/Model/RecurringPayment/RequestUpdateAgreement.php +++ b/src/Model/RecurringPayment/RequestUpdateAgreement.php @@ -13,7 +13,7 @@ class RequestUpdateAgreement { /** * @var \zaporylie\Vipps\Model\RecurringPayment\CampaignRequest - * @Serializer\Type("zaporylie\Vipps\Model\RecurringPayment\CampaingnRequest") + * @Serializer\Type("zaporylie\Vipps\Model\RecurringPayment\CampaignRequest") */ protected $campaign;