@@ -68,7 +68,7 @@ public function __construct($type)
68
68
*
69
69
* @return mixed
70
70
*/
71
- public function execute (string $ configName = 'default ' )
71
+ public function execute ($ configName = 'default ' )
72
72
{
73
73
parent ::execute ($ configName );
74
74
@@ -170,7 +170,7 @@ protected function setupValidations()
170
170
}
171
171
172
172
/*
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
174
174
*
175
175
* var Object GlobalPayments\Api\Entities\PayFac\BankAccountData;
176
176
*/
@@ -180,7 +180,7 @@ public function withBankAccountData(BankAccountData $bankAccountData)
180
180
return $ this ;
181
181
}
182
182
/*
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
184
184
*
185
185
* var Object GlobalPayments\Api\Entities\PayFac\BeneficialOwnerData;
186
186
*/
@@ -190,7 +190,7 @@ public function withBeneficialOwnerData(BeneficialOwnerData $beneficialOwnerData
190
190
return $ this ;
191
191
}
192
192
/*
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
194
194
* by ProPay Risk Team
195
195
*
196
196
* var Object GlobalPayments\Api\Entities\PayFac\BusinessData;
@@ -201,7 +201,7 @@ public function withBusinessData(BusinessData $businessData)
201
201
return $ this ;
202
202
}
203
203
/*
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
205
205
*
206
206
* var Object GlobalPayments\Api\Entities\PayFac\SignificantOwnerData;
207
207
*/
@@ -211,7 +211,7 @@ public function withSignificantOwnerData(SignificantOwnerData $significantOwnerD
211
211
return $ this ;
212
212
}
213
213
/*
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
215
215
*
216
216
* var Object GlobalPayments\Api\Entities\PayFac\ThreatRiskData;
217
217
*/
@@ -268,7 +268,7 @@ public function withAccountNumber($accountNumber)
268
268
}
269
269
270
270
/*
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.
272
272
* Must not contain part or the entire first or last name. Must contain at least one capital letter,
273
273
* one lower case letter, and either one symbol or one number
274
274
*
0 commit comments