We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e38f6 commit 7800e5dCopy full SHA for 7800e5d
app/code/Magento/Customer/Model/Options.php
@@ -63,6 +63,18 @@ public function getNameSuffixOptions($store = null)
63
);
64
}
65
66
+ /**
67
+ * @param $options
68
+ * @param bool $isOptional
69
+ * @return array|bool
70
+ *
71
+ * @deprecated See prepareNamePrefixSuffixOptions
72
+ */
73
+ protected function _prepareNamePrefixSuffixOptions($options, $isOptional = false)
74
+ {
75
+ return $this->prepareNamePrefixSuffixOptions($options, $isOptional);
76
+ }
77
+
78
/**
79
* Unserialize and clear name prefix or suffix options
80
* If field is optional, add an empty first option.
0 commit comments