Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@softvar softvar released this 09 Apr 21:55
· 1 commit to master since this release

[1.6.0] - 2024-04-10

Added

  • Support for Map in setAttribute method to send multiple attributes data.
$attributes = [
  'attribute_key' => 'attribute_value'
];
$setAttribute = $vwoClient->setAttribute($attributes, $userContext);