Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from stelmakhivan/feature/update-paypal-interface
Browse files Browse the repository at this point in the history
feature/update-paypal-interface
  • Loading branch information
vasylnahuliak authored Sep 28, 2022
2 parents 1b5133a + a516c3e commit ebbed99
Show file tree
Hide file tree
Showing 3 changed files with 6,322 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ declare module '@ekreative/react-native-braintree' {

export interface PayPalBillingAgreementOptions {
clientToken: string;
description: string;
localeCode: string;
description?: string;
localeCode?: string;
}

// Export
Expand Down
Loading

0 comments on commit ebbed99

Please sign in to comment.