Skip to content

Commit

Permalink
Merge pull request #159 from razorpay/version_bump_5.1.6
Browse files Browse the repository at this point in the history
version bump 5.1.6
  • Loading branch information
abdulwahidsharief authored Mar 11, 2024
2 parents 8ab693d + 6f9e627 commit f18f0da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ Save the plugin settings
- subscription.resumed
- subscription.cancelled

### Create a Cron for Webhooks using cpanel

- Log on to your cPanel Interface.
- Go to `Advanced` section.
- Click on `Cron Jobs`.
- Select the specific time from the lists provided (every 5 min).
- Enter `https://<shop_url>/index.php?route=extension/payment/razorpay/rzpWebhookCron/` in the "Command" field.
- Note: for more details visit [opencart cron docs](https://docs.opencart.com/en-gb/extension/cron/)


### Development

Expand Down
2 changes: 1 addition & 1 deletion catalog/controller/extension/payment/razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ControllerExtensionPaymentRazorpay extends Controller
];

// Set RZP plugin version
private $version = '5.1.5';
private $version = '5.1.6';

private $api;

Expand Down
2 changes: 1 addition & 1 deletion install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modification>
<name>Razorpay Payment Extension</name>
<code>razorpay_payment_extension</code>
<version>5.1.5</version>
<version>5.1.6</version>
<author>Razorpay Team</author>
<link>https://github.com/razorpay/razorpay-opencart</link>
<description>Razorpay Subscription Module menu</description>
Expand Down

0 comments on commit f18f0da

Please sign in to comment.