mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
🎨 Code style changes
This commit is contained in:
parent
720b6cf309
commit
75f1ec3409
2 changed files with 14 additions and 14 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue