This commit is contained in:
philipp lang 2021-04-10 02:55:37 +02:00
parent ca860b2a9f
commit cd3a165504
3 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@ class Member extends Model {
'zeitschriftenversand' => 'send_newspaper',
'regionId' => 'region_id',
'landId' => 'country_id',
'beitragsartId' => 'fee_id',
];
protected $casts = [];

View File

@ -42,6 +42,7 @@ class PullMemberTest extends TestCase
'send_newspaper' => ['send_newspaper', [true, false]],
'region_id' => ['region_id', [10, 11]],
'country_id' => ['country_id', [100, 101]],
'fee_id' => ['fee_id', [1, 15]],
];
}

View File

@ -67,7 +67,7 @@
"genericField1": null,
"genericField2": null,
"telefax": "+55222",
"beitragsartId": 1,
"beitragsartId": 15,
"plz": "5555"
},
"responseType": null,