Skip to content

Commit

Permalink
chore(readme): reflect allowedCountries type
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jan 30, 2024
1 parent 2fbf0c1 commit 7c4bf2a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions packages/payment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,14 +610,16 @@ iOS Only

#### CreateApplePayOption

| Prop | Type |
| ----------------------------------- | ----------------------------------------------------------------------------- |
| **`paymentIntentClientSecret`** | <code>string</code> |
| **`paymentSummaryItems`** | <code>{ label: string; amount: number; }[]</code> |
| **`merchantIdentifier`** | <code>string</code> |
| **`countryCode`** | <code>string</code> |
| **`currency`** | <code>string</code> |
| **`requiredShippingContactFields`** | <code>('postalAddress' \| 'phoneNumber' \| 'emailAddress' \| 'name')[]</code> |
| Prop | Type |
| -------------------------------------- | ----------------------------------------------------------------------------- |
| **`paymentIntentClientSecret`** | <code>string</code> |
| **`paymentSummaryItems`** | <code>{ label: string; amount: number; }[]</code> |
| **`merchantIdentifier`** | <code>string</code> |
| **`countryCode`** | <code>string</code> |
| **`currency`** | <code>string</code> |
| **`requiredShippingContactFields`** | <code>('postalAddress' \| 'phoneNumber' \| 'emailAddress' \| 'name')[]</code> |
| **`allowedCountries`** | <code>string[]</code> |
| **`allowedCountriesErrorDescription`** | <code>string</code> |


#### PluginListenerHandle
Expand Down

0 comments on commit 7c4bf2a

Please sign in to comment.