Skip to content

Commit

Permalink
[FIX] - type in street_number/address (#325)
Browse files Browse the repository at this point in the history
* fix address for payment 

* fix type
  • Loading branch information
danielen-meli authored May 17, 2024
1 parent 4e22128 commit 327f649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/commonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export declare type Identification = {
export declare type Address = {
zip_code?: string;
street_name?: string;
street_number?: number;
street_number?: string;
};

export declare type Items = {
Expand Down

0 comments on commit 327f649

Please sign in to comment.