Skip to content

Commit

Permalink
Merge pull request #54 from xsolla/PAYMENTS-17863
Browse files Browse the repository at this point in the history
feat(PAYMENTS-17863): add params for create payment with saved method
  • Loading branch information
ekireevxs authored Jan 31, 2024
2 parents ef1be51 + d4d42af commit 663b5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/form/form-configuration.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ export interface FormConfiguration {
paymentMethodId: number;
returnUrl: string;
country?: string;
paymentWithSavedMethod?: boolean;
savedMethodId?: number;
}

0 comments on commit 663b5c4

Please sign in to comment.