Changeset 2366420
- Timestamp:
- 08/21/2020 10:03:04 AM (6 years ago)
- Location:
- platon-pay
- Files:
-
- 5 edited
-
tags/1.9/images/Screenshot_1.png (modified) (previous)
-
tags/1.9/readme.txt (modified) (6 diffs)
-
trunk/inc/settings.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platon-pay/tags/1.9/readme.txt
r2366417 r2366420 1 === Platon Pay WooCommerce===1 === Platon Pay === 2 2 Contributors: udjin 3 3 Donate link: https://platon.ua/contacts 4 Tags: commerce, payments , woocommerce, payments4 Tags: commerce, payments 5 5 Requires at least: 4.7 6 6 Tested up to: 5.5 7 Stable tag: 5. 4.17 Stable tag: 5.3 8 8 Requires PHP: 5.2 9 9 License: GPLv2 or later … … 13 13 == Description == 14 14 15 «Platon Pay WooCommerce» is an ideal solution for online stores operating on the WooCommerce platform for receiving payments from cards (visa, mastercard, prostir, apple pay, google pay, visachekout, masterpass) and Privat24.15 Platon Pay is an ideal solution for small online stores accepting payments from cards (visa, mastercard, simple, apple pay, google pay, visachekout, masterpass, private 24, privat pay). 16 16 17 17 Easy and convenient installation and configuration of the module will allow you to set up the ability to accept card payments on your website in a few minutes. 18 18 19 «Platon Pay WooCommerce» is perfect for online stores operating on the WooCommerce platform.19 “Platon Pay” is perfect for both single-page landing page and small sites where there is no large catalog of goods and store functions. 20 20 21 Platon Company (https://platon.ua) - tried to take into account all the wishes of customers and developed the easiest to install and configure module for receiving payments from cards for online stores.21 Platon (https://platon.ua) - tried to take into account all the wishes of customers and developed the easiest to install and configure the module for receiving payments from cards for small sites. 22 22 23 23 … … 26 26 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 27 27 2. Activate the plugin through the 'Plugins' screen in WordPress 28 3. Use the CMS-> «Platon Pay WooCommerce»screen to configure the plugin28 3. Use the CMS-> Platon Pay screen to configure the plugin 29 29 4. After activation: 30 30 … … 37 37 Password - Password provided by platon.ua involved in the formation of the MD5 signature (available after registering the merchant in the platon.ua system). 38 38 39 Return url - Enter the URL to which the user will be redirected after payment. 40 39 41 Callback Url - Report to Tech. platon.ua support your Callback Url (POST will be sent to it answers from the platon.ua system - about a successful transaction). 40 42 … … 42 44 43 45 Apply for connection: https://platon.ua/payment-request 44 45 46 46 47 … … 62 63 == Screenshots == 63 64 64 1. System settings Platon Pay WooCommerce, `/images/Screenshot_1.png`. 65 1. System settings Platon, `/images/Screenshot_1.png`. 66 2. Form settings, `/images/Screenshot_2.png`. 67 3. Shortcode creation, `/images/Screenshot_3.png`. 68 4. Notifications, `/images/Screenshot_4.png`. 69 65 70 66 71 == Changelog == 67 72 68 = 1.6 = 73 = 1.0 = 74 * The first version in the repository 75 = 1.7 = 69 76 * This version fixes a security related bug. 70 77 * Added ability to pay via Privat24. 71 = 1.6.1 = 72 * This version fixes a Privat24 bug. 73 = 1.6.2 = 74 * In this version has been added new svg images and new css styles. 75 = 1.6.3 = 76 * In this version has been added new svg images and new css styles. 77 = 1.6.4 = 78 * In this version has been added new svg images and new css styles. 79 = 1.6.5 = 80 * In this version has been added new svg images and new css styles. 81 = 1.7 = 82 * In this version has been added testing mode. In this mode you can use full functionality without real paying. 78 = 1.8 = 79 * Added test mode 80 = 1.9 = 81 * added new button styles 82 * added the ability to add a comment to the order 83 * added the ability to charge an arbitrary amount 84 * fixed error processing payments in privat24 83 85 84 86 == Upgrade Notice == 85 87 86 = 1.6 = 88 = 1.0 = 89 * The first version in the repository 90 = 1.7 = 87 91 * In this version has been fixed a bug with security and added ability to pay via Privat24. 88 = 1.6.1 = 89 * In this version has been fixed a bug to pay via Privat24. 90 = 1.6.2 = 91 * In this version has been added new svg images and new css styles 92 = 1.6.3 = 93 * In this version has been added new svg images and new css styles. 94 = 1.6.4 = 95 * In this version has been added new svg images and new css styles. 96 = 1.6.5 = 97 * In this version has been added new svg images and new css styles. 98 = 1.7 = 99 * In this version has been added testing mode. In this mode you can use full functionality without real paying. 92 = 1.8 = 93 * Added test mode 94 = 1.8.1 = 95 * Test card details update 96 = 1.9 = 97 * added new button styles 98 * added the ability to add a comment to the order 99 * added the ability to charge an arbitrary amount 100 * fixed error processing payments in privat24 -
platon-pay/trunk/inc/settings.php
r2321393 r2366420 371 371 <input type="hidden" name="your-site" value="<?php echo home_url(); ?>"> 372 372 <input type="hidden" name="your-callback-url" value="<?php echo home_url() . $callbackUrl; ?>"> 373 <input type="hidden" name="your-topic" value="WP"> 373 <input type="hidden" name="your-topic" value="860"> 374 <input type="hidden" name="description" value="from_module"> 375 <input type="hidden" name="action" value="myaction" /> 374 376 <?php echo wp_nonce_field( 'platon_pay_nonce_hook_up','platon_pay_nonce_hook_up',true, false ); ?> 375 377 <button id="send-info-hook-up" class="button-default-platon">Отправить заявку</button> -
platon-pay/trunk/index.php
r2321393 r2366420 259 259 'your-site' => sanitize_text_field($infoArray['your-site']), 260 260 'your-callback-url' => sanitize_text_field($infoArray['your-callback-url']), 261 'your-topic' => sanitize_text_field($infoArray['your-topic']) 261 'your-topic' => /*sanitize_text_field($infoArray['your-topic'])*/'860', 262 'theme_name' => 'Подключение интернет-эквайринга', 263 'description' => 'from_module', 264 'action' => 'myaction' 262 265 ); 263 266 -
platon-pay/trunk/readme.txt
r2321393 r2366420 4 4 Tags: commerce, payments 5 5 Requires at least: 4.7 6 Tested up to: 5. 4.16 Tested up to: 5.5 7 7 Stable tag: 5.3 8 8 Requires PHP: 5.2
Note: See TracChangeset
for help on using the changeset viewer.