Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinocrzy committed Mar 22, 2021
1 parent 5756049 commit f1029af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ It adds Razorpay for WooCommerce functionality to the WPGraphQL schema using Woo

- Mutation **Create payment intent using rezorpay** with complex filtering options.

## Configuration

- Add your API key and secrets on **wp-config.php**.

```php
define('RAZORPAY_API_KEY', 'your_api_key_id');
define('RAZORPAY_API_SECRET', 'your_api_secrets');
```


## Playground

Expand Down

0 comments on commit f1029af

Please sign in to comment.