Changeset 2927362
- Timestamp:
- 06/17/2023 02:32:20 PM (3 years ago)
- Location:
- wp-stripe-express
- Files:
-
- 1 deleted
- 1 edited
- 16 copied
-
tags/1.12.0/trunk (copied) (copied from wp-stripe-express/trunk)
-
tags/1.12.0/trunk/changelog.txt (copied) (copied from wp-stripe-express/trunk/changelog.txt)
-
tags/1.12.0/trunk/dist/free/admin-free.css (copied) (copied from wp-stripe-express/trunk/dist/free/admin-free.css)
-
tags/1.12.0/trunk/dist/free/admin-free.js (copied) (copied from wp-stripe-express/trunk/dist/free/admin-free.js)
-
tags/1.12.0/trunk/dist/itstripe-elements.min.css (copied) (copied from wp-stripe-express/trunk/dist/itstripe-elements.min.css)
-
tags/1.12.0/trunk/dist/itstripe-elements.min.js (copied) (copied from wp-stripe-express/trunk/dist/itstripe-elements.min.js)
-
tags/1.12.0/trunk/dist/themes (deleted)
-
tags/1.12.0/trunk/includes/admin-api/element.php (copied) (copied from wp-stripe-express/trunk/includes/admin-api/element.php)
-
tags/1.12.0/trunk/includes/admin-api/setting.php (copied) (copied from wp-stripe-express/trunk/includes/admin-api/setting.php)
-
tags/1.12.0/trunk/includes/admin-api/system.php (copied) (copied from wp-stripe-express/trunk/includes/admin-api/system.php)
-
tags/1.12.0/trunk/includes/common/utils.php (copied) (copied from wp-stripe-express/trunk/includes/common/utils.php)
-
tags/1.12.0/trunk/includes/stripe-api/stripe.php (copied) (copied from wp-stripe-express/trunk/includes/stripe-api/stripe.php) (1 diff)
-
tags/1.12.0/trunk/includes/wp-stripe-menu.php (copied) (copied from wp-stripe-express/trunk/includes/wp-stripe-menu.php)
-
tags/1.12.0/trunk/includes/wp-stripe-scripts.php (copied) (copied from wp-stripe-express/trunk/includes/wp-stripe-scripts.php)
-
tags/1.12.0/trunk/includes/wp-stripe-shortcodes.php (copied) (copied from wp-stripe-express/trunk/includes/wp-stripe-shortcodes.php)
-
tags/1.12.0/trunk/readme.txt (copied) (copied from wp-stripe-express/trunk/readme.txt)
-
tags/1.12.0/trunk/stripe-express.php (copied) (copied from wp-stripe-express/trunk/stripe-express.php)
-
trunk/includes/stripe-api/stripe.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-stripe-express/tags/1.12.0/trunk/includes/stripe-api/stripe.php
r2892167 r2927362 147 147 $successURL = esc_url_raw( get_option( 'stripe_express_success_url' ) ); 148 148 } 149 if ( empty($cancelU rl) ) {149 if ( empty($cancelURL) ) { 150 150 $cancelURL = esc_url_raw( get_option( 'stripe_express_cancel_url' ) ); 151 151 } -
wp-stripe-express/trunk/includes/stripe-api/stripe.php
r2892167 r2927362 147 147 $successURL = esc_url_raw( get_option( 'stripe_express_success_url' ) ); 148 148 } 149 if ( empty($cancelU rl) ) {149 if ( empty($cancelURL) ) { 150 150 $cancelURL = esc_url_raw( get_option( 'stripe_express_cancel_url' ) ); 151 151 }
Note: See TracChangeset
for help on using the changeset viewer.