Skip to content

Commit 8209a4c

Browse files
authored
Merge pull request #409 from mercadopago/feature/eventdate_choapi
Feature/eventdate choapi
2 parents 2187faf + 8e77d22 commit 8209a4c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/clients/commonTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export declare type Items = {
2121
unit_price: number;
2222
warranty?: boolean;
2323
category_descriptor?: CategoryDescriptor;
24+
event_date?: string;
2425
};
2526

2627
export declare type Phone = {

src/examples/payment/createIndustryData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ payment
7474
quantity: 1,
7575
unit_price: 120.34,
7676
warranty: true,
77+
event_date: '2023-01-01T00:00:00Z',
7778
category_descriptor: {
7879
passenger: {
7980
first_name: 'Name',

0 commit comments

Comments
 (0)