Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To do a receipt import we'll need 3 csv files for iOS, Android and Stripe with t
| `receipt`/`token` | ✅ | ✅ | ✅ |
| `product_id` | 🚧 [Product price map file](#product-price-map-ios-only) required if product isn't included. | ✅ | |
| `price` | 🚧 [Product price map file](#product-price-map-ios-only) file required if price isn't included. | | |
| `currency` | 🚧 [Product price map file](#product-price-map-ios-only) required if currency isn't included. | | |
| `currency` | 🚧 [Product price map file](#product-price-map-ios-only) required if currency isn't included. If neither can be provided, it defaults to USD. | | |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little confused because it says "neither" - is that referring to the product price map and currency or price and currency?

| `introductory_price` | 🚧 Required if not a free trial. | | |
| `introductory_price_duration` | 🚧 Required if not a free trial. | | |

Expand Down