method updateProfile documentation in bbn\Api\Permissions\MollieManager

Update a profile

https://docs.mollie.com/reference/v2/profiles-api/update-profile

function(string $idProfile, array $data) { $profile = $this->mollie->profiles->get($idProfile); foreach ($data as $k => $d) { $profile->{$k} = $d; } $updatedProfile = $profile->update(); return X::toArray($updatedProfile); }

Update a profile BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.