Skip to content

Commit

Permalink
Merge pull request #314 from jlucaso1/patch-1
Browse files Browse the repository at this point in the history
add next_payment_date to PreApprovalResponse
  • Loading branch information
eltinMeli authored Jun 19, 2024
2 parents c6aad23 + 4b08c5d commit cda2931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/preApproval/commonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ export declare interface PreApprovalResponse extends ApiResponse {
payment_method_id?: string | null;
first_invoice_offset?: string | null;
back_url?: string;
next_payment_date?: string;
}

0 comments on commit cda2931

Please sign in to comment.