Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
danielen-meli committed Jul 2, 2024
1 parent 933afb6 commit 9a4d1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MercadoPago/Resources/Common/SubMerchant.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SubMerchant
public ?string $country;

/** Street number where the submerchant is located. */
public ?string $address_door_number;
public ?number_format $address_door_number;

/** CEP of the submerchant. */
public ?string $zip;
Expand Down

0 comments on commit 9a4d1d6

Please sign in to comment.