Skip to content

Commit

Permalink
Update productConfiguration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored May 30, 2023
1 parent 01b5b6d commit f8c029c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documents/productConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ String accountId = "acc_GP4lfNA0iIMn5B";

String productId = "acc_prd_HEgNpywUFctQ9e";

Product product = instance.product.fetch(accountId, productId);
Account product = instance.product.fetch(accountId, productId);
```

**Parameters:**
Expand Down Expand Up @@ -457,7 +457,7 @@ String accountId = "acc_GP4lfNA0iIMn5B";

String productId = "acc_prd_HEgNpywUFctQ9e";

Product product = instance.product.fetch(accountId, productId);
Account product = instance.product.fetch(accountId, productId);
```

**Parameters:**
Expand Down Expand Up @@ -614,4 +614,4 @@ Product product = instance.product.fetch(accountId, productId);
**PN: * indicates mandatory fields**
<br>
<br>
**For reference click [here](https://razorpay.com/docs/api/partners/product-configuration/)**
**For reference click [here](https://razorpay.com/docs/api/partners/product-configuration/)**

0 comments on commit f8c029c

Please sign in to comment.