We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1166c5e commit b967506Copy full SHA for b967506
2 files changed
source/Paysafe/AccountManagement/Merchant.php
@@ -12,8 +12,9 @@
12
*/
13
class Merchant extends \Paysafe\JSONObject implements \Paysafe\Pageable {
14
15
- public static function getPageableArrayKey() {
16
- return "merchant";
+ public static function getPageableArrayKey()
+ {
17
+ return 'merchant';
18
}
19
20
protected static $fieldTypes = array(
source/Paysafe/MerchantAccountService.php
@@ -414,12 +414,12 @@ function createMerchantSubAccount(MerchantSubAccount $subAccount)
414
415
416
/**
417
- * Add merchant account
+ * Create merchant
418
* @param Merchant $merchant
419
* @return Merchant
420
* @throws PaysafeException
421
422
- function addMerchant(Merchant $merchant)
+ function createMerchant(Merchant $merchant)
423
{
424
$merchant->setRequiredFields(array(
425
'name'
0 commit comments