Changeset 2228163
- Timestamp:
- 01/16/2020 01:44:38 AM (6 years ago)
- Location:
- servicebot/trunk
- Files:
-
- 2 edited
-
admin/partials/servicebot-admin-stripe-webhooks.php (modified) (1 diff)
-
servicebot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
servicebot/trunk/admin/partials/servicebot-admin-stripe-webhooks.php
r2228151 r2228163 34 34 <ol> 35 35 <li>Click on the <i class="highlighted">Add endpoint</i> button</li> 36 <li>Paste <i class="highlighted"> https://wp.servicebot.io/servicebot/v1/stripe-hooks</i> into the Endpoint URL input box</li>36 <li>Paste <i class="highlighted"><?php echo get_site_url(); ?>/servicebot/v1/stripe-hooks</i> into the Endpoint URL input box</li> 37 37 <li>Select <i class="highlighted">customer.created</i> for the event to send input box.</li> 38 38 <li>Click <i class="highlighted">Add endpoint</i> to save</li> -
servicebot/trunk/servicebot.php
r2228151 r2228163 17 17 * Plugin URI: http://www.wpexplorer.com/servicebot/ 18 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 19 * Version: 1.1. 019 * Version: 1.1.1 20 20 * Author: Servicebot 21 21 * Author URI: https://servicebot.io … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SERVICEBOT_VERSION', '1.1. 0' );38 define( 'SERVICEBOT_VERSION', '1.1.1' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.