Changeset 2348062
- Timestamp:
- 07/28/2020 09:27:32 PM (6 years ago)
- Location:
- transact
- Files:
-
- 6 edited
- 1 copied
-
tags/5.1.2 (copied) (copied from transact/trunk)
-
tags/5.1.2/frontend/assets/transact_post.js (modified) (2 diffs)
-
tags/5.1.2/readme.txt (modified) (2 diffs)
-
tags/5.1.2/transact-plugin.php (modified) (1 diff)
-
trunk/frontend/assets/transact_post.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/transact-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
transact/tags/5.1.2/frontend/assets/transact_post.js
r2344350 r2348062 307 307 } 308 308 309 if (event && event.data ) {309 if (event && event.data && event.data.status !== 'cancelPurchase') { 310 310 var validation_data = {}; 311 311 validation_data.post_id = transact_params.post_id; … … 376 376 function handlePurchaseCookies(validation_data, resp_data) 377 377 { 378 if(!validation_data || !resp_data || !resp_data.decoded) { 379 return; 380 } 378 381 var cookie = getCookie('wp_transact_'); 379 382 if (cookie != '') { -
transact/tags/5.1.2/readme.txt
r2346711 r2348062 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.4.2 8 Stable tag: 5.1. 18 Stable tag: 5.1.2 9 9 License: APACHE-2.0 10 10 License URI: https://www.apache.org/licenses/LICENSE-2.0 … … 82 82 83 83 84 = 5.1.2 = 85 * Fix if purchase cancled. 86 84 87 = 5.1.1 = 85 88 * Fix dontation button layout -
transact/tags/5.1.2/transact-plugin.php
r2346695 r2348062 3 3 * Plugin Name: transact.io 4 4 * Description: Integrates transact.io services into WP 5 * Version: 5.1. 15 * Version: 5.1.2 6 6 * Author: transact.io 7 7 * Author URI: https://transact.io -
transact/trunk/frontend/assets/transact_post.js
r2344350 r2348062 307 307 } 308 308 309 if (event && event.data ) {309 if (event && event.data && event.data.status !== 'cancelPurchase') { 310 310 var validation_data = {}; 311 311 validation_data.post_id = transact_params.post_id; … … 376 376 function handlePurchaseCookies(validation_data, resp_data) 377 377 { 378 if(!validation_data || !resp_data || !resp_data.decoded) { 379 return; 380 } 378 381 var cookie = getCookie('wp_transact_'); 379 382 if (cookie != '') { -
transact/trunk/readme.txt
r2346711 r2348062 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.4.2 8 Stable tag: 5.1. 18 Stable tag: 5.1.2 9 9 License: APACHE-2.0 10 10 License URI: https://www.apache.org/licenses/LICENSE-2.0 … … 82 82 83 83 84 = 5.1.2 = 85 * Fix if purchase cancled. 86 84 87 = 5.1.1 = 85 88 * Fix dontation button layout -
transact/trunk/transact-plugin.php
r2346695 r2348062 3 3 * Plugin Name: transact.io 4 4 * Description: Integrates transact.io services into WP 5 * Version: 5.1. 15 * Version: 5.1.2 6 6 * Author: transact.io 7 7 * Author URI: https://transact.io
Note: See TracChangeset
for help on using the changeset viewer.