Plugin Directory

Changeset 2366420


Ignore:
Timestamp:
08/21/2020 10:03:04 AM (6 years ago)
Author:
udjin
Message:

update

Location:
platon-pay
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • platon-pay/tags/1.9/readme.txt

    r2366417 r2366420  
    1 === Platon Pay WooCommerce ===
     1=== Platon Pay ===
    22Contributors: udjin
    33Donate link: https://platon.ua/contacts
    4 Tags: commerce, payments, woocommerce, payments
     4Tags: commerce, payments
    55Requires at least: 4.7
    66Tested up to: 5.5
    7 Stable tag: 5.4.1
     7Stable tag: 5.3
    88Requires PHP: 5.2
    99License: GPLv2 or later
     
    1313== Description ==
    1414
    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.
     15Platon 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).
    1616
    1717Easy 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.
    1818
    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.
    2020
    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.
     21Platon (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.
    2222
    2323
     
    26261. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
    27272. Activate the plugin through the 'Plugins' screen in WordPress
    28 3. Use the CMS-> «Platon Pay WooCommerce» screen to configure the plugin
     283. Use the CMS-> Platon Pay screen to configure the plugin
    29294. After activation:
    3030
     
    3737Password - Password provided by platon.ua involved in the formation of the MD5 signature (available after registering the merchant in the platon.ua system).
    3838
     39Return url - Enter the URL to which the user will be redirected after payment.
     40
    3941Callback 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).
    4042
     
    4244
    4345Apply for connection: https://platon.ua/payment-request
    44 
    4546
    4647
     
    6263== Screenshots ==
    6364
    64 1. System settings Platon Pay WooCommerce, `/images/Screenshot_1.png`.
     651. System settings Platon, `/images/Screenshot_1.png`.
     662. Form settings, `/images/Screenshot_2.png`.
     673. Shortcode creation, `/images/Screenshot_3.png`.
     684. Notifications, `/images/Screenshot_4.png`.
     69
    6570
    6671== Changelog ==
    6772
    68 = 1.6 =
     73= 1.0 =
     74* The first version in the repository
     75= 1.7 =
    6976* This version fixes a security related bug.
    7077* 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
    8385
    8486== Upgrade Notice ==
    8587
    86 = 1.6 =
     88= 1.0 =
     89* The first version in the repository
     90= 1.7 =
    8791* 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  
    371371            <input type="hidden" name="your-site" value="<?php echo home_url(); ?>">
    372372            <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" />
    374376            <?php echo wp_nonce_field( 'platon_pay_nonce_hook_up','platon_pay_nonce_hook_up',true, false ); ?>
    375377            <button id="send-info-hook-up" class="button-default-platon">Отправить заявку</button>
  • platon-pay/trunk/index.php

    r2321393 r2366420  
    259259            'your-site'         => sanitize_text_field($infoArray['your-site']),
    260260            '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'
    262265        );
    263266       
  • platon-pay/trunk/readme.txt

    r2321393 r2366420  
    44Tags: commerce, payments
    55Requires at least: 4.7
    6 Tested up to: 5.4.1
     6Tested up to: 5.5
    77Stable tag: 5.3
    88Requires PHP: 5.2
Note: See TracChangeset for help on using the changeset viewer.