Skip to content

Commit

Permalink
fix: remove offset in Chargebee.retrieveProductIdentifiers example
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulduz committed Aug 1, 2023
1 parent 2ef7e6f commit f60a45b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/src/screens/PurchasesScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const PurchasesScreen = ({ navigation, customerId }) => {
async function fetchProductIdentifiers() {
const queryParams: ProductIdentifiersRequest = {
limit: '10',
offset: '1',
};
try {
console.log('Fetching products');
Expand Down

0 comments on commit f60a45b

Please sign in to comment.