Skip to content

Commit

Permalink
updates plugin meta
Browse files Browse the repository at this point in the history
  • Loading branch information
kmindi committed May 12, 2018
1 parent da98076 commit ed842b0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions wc-stripe-asynchronous-payments-pending-to-payment-complete.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
/**
* Plugin Name: WooCommerce Stripe Gateway Asynchronous Payments to Payment Complete
* Plugin URI: https://github.com/kmindi/wc-stripe-asynchronous-payments-pending-to-payment-complete
* GitHub Plugin URI: kmindi/wc-stripe-asynchronous-payments-pending-to-payment-complete
* GitHub Plugin URI: https://github.com/kmindi/wc-stripe-asynchronous-payments-pending-to-payment-complete
* Description: This plugin executes "payment complete" if sepa debit is used and the payment is still pending, but you want to regard it as complete.
* Version: 0.1.1
* Author: Kai Mindermann
* Version: 0.1.2
* Text Domain: wc_stripe_apptpc
* License: GPL3
* Author: Kai Mindermann
* License: GNU General Public License v3
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Requires WP: 4.9
* Requires PHP: 7.0
*/

/*
Expand Down

0 comments on commit ed842b0

Please sign in to comment.