We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5470f commit e1f9e14Copy full SHA for e1f9e14
src/Api/Transaction/Start.php
@@ -444,7 +444,7 @@ protected function getData()
444
}
445
446
if (!empty($this->_enduser)) {
447
- if ($this->_enduser['birthDate']) {
+ if (isset($this->_enduser['birthDate'])) {
448
$this->_enduser['dob'] = $this->_enduser['birthDate']->format('d-m-Y');
449
unset($this->_enduser['birthDate']);
450
0 commit comments