Skip to content

Commit d686f44

Browse files
authored
Merge pull request #401 from anderson-rsantos/fix/preApproval
preApprovalPlan: adicionar campo status em PreApprovalPlanRequest
2 parents ff7a6fd + 49f19ea commit d686f44

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)