🎨 Code style changes

This commit is contained in:
Philipp Stracker 2025-02-24 18:13:17 +01:00
parent 720b6cf309
commit 75f1ec3409
No known key found for this signature in database
2 changed files with 14 additions and 14 deletions

View file

@ -83,8 +83,8 @@ class MerchantConnectionDTO {
string $client_id, string $client_id,
string $client_secret, string $client_secret,
string $merchant_id, string $merchant_id,
string $merchant_email, string $merchant_email = '',
string $merchant_country, string $merchant_country = '',
string $seller_type = SellerTypeEnum::UNKNOWN string $seller_type = SellerTypeEnum::UNKNOWN
) { ) {
$this->is_sandbox = $is_sandbox; $this->is_sandbox = $is_sandbox;