PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
← All changes | src/PaymentGateways/DataTransferObjects/FormData.php +2 -0 2.30.04.16.9 View file →
@@ -169,8 +169,9 @@
169 169 return $self;
170 170 }
171 171
172 172 /**
173 + * @since 3.2.0 added support for honorific field
173 174 * @since 2.22.0 add support for company field
174 175 * @since 2.19.6
175 176 * @throws Exception
176 177 */
@@ -180,8 +181,9 @@
180 181 'status' => DonationStatus::PENDING(),
181 182 'gatewayId' => $this->paymentGateway,
182 183 'amount' => Money::fromDecimal($this->price, $this->currency),
183 184 'donorId' => $donorId,
185 + 'honorific' => $this->donorInfo->honorific,
184 186 'firstName' => $this->donorInfo->firstName,
185 187 'lastName' => $this->donorInfo->lastName,
186 188 'email' => $this->donorInfo->email,
187 189 'formId' => $this->formId,