Skip to content

Commit 49f19ea

Browse files
WIP: preparando sync com upstream
# Conflicts: # src/examples/payment/create.ts
1 parent eee7798 commit 49f19ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clients/preApprovalPlan/commonTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export declare type PaymentMethod = {
3333
export declare type PreApprovalPlanRequest = {
3434
back_url?: string;
3535
reason?: string;
36+
status?: string;
3637
auto_recurring?: AutoRecurring;
3738
payment_methods_allowed?: PaymentMethodsAllowed;
3839
};

0 commit comments

Comments
 (0)