@@ -68,7 +68,7 @@ public function __construct($type)
6868 *
6969 * @return mixed
7070 */
71- public function execute (string $ configName = 'default ' )
71+ public function execute ($ configName = 'default ' )
7272 {
7373 parent ::execute ($ configName );
7474
@@ -170,7 +170,7 @@ protected function setupValidations()
170170 }
171171
172172 /*
173- * Primary Bank Account Information – Optional. Used to add a bank account to which funds can be settled
173+ * Primary Bank Account Information - Optional. Used to add a bank account to which funds can be settled
174174 *
175175 * var Object GlobalPayments\Api\Entities\PayFac\BankAccountData;
176176 */
@@ -180,7 +180,7 @@ public function withBankAccountData(BankAccountData $bankAccountData)
180180 return $ this ;
181181 }
182182 /*
183- * Merchant Beneficiary Owner Information – Required for all merchants validating KYC based off of personal data
183+ * Merchant Beneficiary Owner Information - Required for all merchants validating KYC based off of personal data
184184 *
185185 * var Object GlobalPayments\Api\Entities\PayFac\BeneficialOwnerData;
186186 */
@@ -190,7 +190,7 @@ public function withBeneficialOwnerData(BeneficialOwnerData $beneficialOwnerData
190190 return $ this ;
191191 }
192192 /*
193- * Business Data – Required for business validated accounts. May also be required for personal validated accounts
193+ * Business Data - Required for business validated accounts. May also be required for personal validated accounts
194194 * by ProPay Risk Team
195195 *
196196 * var Object GlobalPayments\Api\Entities\PayFac\BusinessData;
@@ -201,7 +201,7 @@ public function withBusinessData(BusinessData $businessData)
201201 return $ this ;
202202 }
203203 /*
204- * Significant Owner Information – May be required for some partners based on ProPay Risk decision
204+ * Significant Owner Information - May be required for some partners based on ProPay Risk decision
205205 *
206206 * var Object GlobalPayments\Api\Entities\PayFac\SignificantOwnerData;
207207 */
@@ -211,7 +211,7 @@ public function withSignificantOwnerData(SignificantOwnerData $significantOwnerD
211211 return $ this ;
212212 }
213213 /*
214- * Threat Risk Assessment Information – May be required based on ProPay Risk Decision
214+ * Threat Risk Assessment Information - May be required based on ProPay Risk Decision
215215 *
216216 * var Object GlobalPayments\Api\Entities\PayFac\ThreatRiskData;
217217 */
@@ -268,7 +268,7 @@ public function withAccountNumber($accountNumber)
268268 }
269269
270270 /*
271- * Temporary password which will allow a onetime login to ProPay’ s website. Must be at least eight characters.
271+ * Temporary password which will allow a onetime login to ProPay' s website. Must be at least eight characters.
272272 * Must not contain part or the entire first or last name. Must contain at least one capital letter,
273273 * one lower case letter, and either one symbol or one number
274274 *
0 commit comments