Changeset 1375355
- Timestamp:
- 03/21/2016 04:25:41 AM (10 years ago)
- Location:
- press-pay
- Files:
-
- 6 edited
- 1 copied
-
tags/2.2 (copied) (copied from press-pay/trunk)
-
tags/2.2/app/controller/press_pay_shortcodes_controller.php (modified) (1 diff)
-
tags/2.2/press-pay.php (modified) (1 diff)
-
tags/2.2/readme.txt (modified) (2 diffs)
-
trunk/app/controller/press_pay_shortcodes_controller.php (modified) (1 diff)
-
trunk/press-pay.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
press-pay/tags/2.2/app/controller/press_pay_shortcodes_controller.php
r853462 r1375355 62 62 'customer' => $stripe_client->id, 63 63 'application_fee' => 50, 64 'description' => $_POST['product_id'] . ' -- ' . $_POST['description'], 64 65 ) 65 66 ); -
press-pay/tags/2.2/press-pay.php
r853485 r1375355 6 6 * Author: Andrew Dixon 7 7 * Author URI: http://atomicbroadcast.net 8 * Version: 2. 18 * Version: 2.2 9 9 *****************************************************************************/ 10 10 /********************************** -
press-pay/tags/2.2/readme.txt
r853485 r1375355 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.8.1 7 Stable tag: 2. 17 Stable tag: 2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 2.2 = 73 Add Description to Stripe Transactions. 72 74 = 2.1 = 73 75 Allow multiple buttons on a page. You must provide a product id for multiple buttons. -
press-pay/trunk/app/controller/press_pay_shortcodes_controller.php
r853462 r1375355 62 62 'customer' => $stripe_client->id, 63 63 'application_fee' => 50, 64 'description' => $_POST['product_id'] . ' -- ' . $_POST['description'], 64 65 ) 65 66 ); -
press-pay/trunk/press-pay.php
r853485 r1375355 6 6 * Author: Andrew Dixon 7 7 * Author URI: http://atomicbroadcast.net 8 * Version: 2. 18 * Version: 2.2 9 9 *****************************************************************************/ 10 10 /********************************** -
press-pay/trunk/readme.txt
r853485 r1375355 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.8.1 7 Stable tag: 2. 17 Stable tag: 2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 2.2 = 73 Add Description to Stripe Transactions. 72 74 = 2.1 = 73 75 Allow multiple buttons on a page. You must provide a product id for multiple buttons.
Note: See TracChangeset
for help on using the changeset viewer.