Plugin Directory

Changeset 2228163


Ignore:
Timestamp:
01/16/2020 01:44:38 AM (6 years ago)
Author:
servicebot
Message:

fixes webhooks settings page instruction webhook handler url

Location:
servicebot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • servicebot/trunk/admin/partials/servicebot-admin-stripe-webhooks.php

    r2228151 r2228163  
    3434            <ol>
    3535                <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>
    3737                <li>Select <i class="highlighted">customer.created</i> for the event to send input box.</li>
    3838                <li>Click <i class="highlighted">Add endpoint</i> to save</li>
  • servicebot/trunk/servicebot.php

    r2228151 r2228163  
    1717 * Plugin URI:        http://www.wpexplorer.com/servicebot/
    1818 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    19  * Version:           1.1.0
     19 * Version:           1.1.1
    2020 * Author:            Servicebot
    2121 * Author URI:        https://servicebot.io
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'SERVICEBOT_VERSION', '1.1.0' );
     38define( 'SERVICEBOT_VERSION', '1.1.1' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.