Changeset 2921840
- Timestamp:
- 06/05/2023 04:08:01 PM (3 years ago)
- File:
-
- 1 edited
-
wc-multipay/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-multipay/trunk/readme.txt
r2921670 r2921840 1 === Woo Multipay===2 Contributors: (this should be a list of wordpress.org userid's)3 Tags: comments, spam 4 Requires at least: 4.5 5 Tested up to: 6.2 6 Requires PHP: 5.6 7 Stable tag: 0.1.08 License: GPLv 2or later9 License URI: http s://www.gnu.org/licenses/gpl-2.0.html1 === QR Code PicPay for WooCommerce === 2 Contributors: dadeke 3 Donate link: https://app.picpay.com/user/deividsondamasio 4 Tags: woocommerce, picpay, payment 5 Requires at least: 5.0 6 Tested up to: 6.0 7 Stable tag: 1.2.0 8 License: GPLv3 or later 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Here is a short description of the plugin. This should be no more than 150 characters. No markup here.11 Add PicPay E-Commerce as payment method in WooCommerce. 12 12 13 13 == Description == 14 14 15 This is the long description. No limit, and you can use Markdown (as well as in the following sections). 15 ### Add PicPay E-Commerce gateway to WooCommerce ### 16 16 17 For backwards compatibility, if this section is missing, the full length of the short description will be used, and 18 Markdown parsed. 17 This plugin adds PicPay E-Commerce gateway to WooCommerce. 19 18 20 A few notes about the sections above: 19 Please notice that WooCommerce must be installed and active. 21 20 22 * "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames 23 * "Tags" is a comma separated list of tags that apply to the plugin 24 * "Requires at least" is the lowest version that the plugin will work on 25 * "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on 26 higher versions... this is just the highest one you've verified. 27 * Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for 28 stable. 21 [PicPay E-Commerce](https://ecommerce.picpay.com/) is a brazilian payment method developed by PicPay Serviços S.A. 29 22 30 Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so 31 if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used 32 for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt` 33 is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in 34 your in-development version, without having that information incorrectly disclosed about the current stable version 35 that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag. 23 This plugin was developed with [the official PicPay E-Commerce documentation](https://ecommerce.picpay.com/doc/) and uses the latest version of the payment API. 36 24 37 If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where 38 you put the stable version, in order to eliminate any doubt.25 The PicPay WooCommerce plugin was developed without any incentive from PicPay Serviços S.A. 26 None of the plugin developers have links to the company. 39 27 40 == Installation == 28 This software is free and is not associated with PicPay. PicPay is a registered trademark of PicPay Serviços S.A. This plugin is not affiliated with PicPay Serviços S.A and therefore is not an official PicPay product. 41 29 42 This section describes how to install the plugin and get it working. 30 = How to test = 43 31 44 e.g. 32 The PicPay API does not have an production environment. All sales testing should be done using the production environment. 33 The values can be refund by the [Painel do Lojista - PicPay](https://lojista.picpay.com/login) or by WooCommerce changing the order Status to "Canceled". 34 After the order Status is changed to "Canceled" in WooCommerce, automatically (after a few seconds) the plugin should change the order Status to "Refunded". 45 35 46 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 47 1. Activate the plugin through the 'Plugins' menu in WordPress 48 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates 36 = Contribute = 37 38 You can contribute to the source code in our [GitHub](https://github.com/dadeke/woo-picpay) page. 39 40 = Compatibility = 41 42 Compatible with latest versions of WooCommerce. 43 44 The use of the plugin [Brazilian Market on WooCommerce](http://wordpress.org/plugins/woocommerce-extra-checkout-fields-for-brazil/) is mandatory, because in this way it is possible to send the fields of "CPF" or "CNPJ" to process the payment. 49 45 50 46 == Frequently Asked Questions == 51 47 52 = A question that someone might have=48 = What is the plugin license? = 53 49 54 An answer to that question.50 * This plugin is released under a GPL license. 55 51 56 = What about foo bar? =52 = What is needed to use this plugin? = 57 53 58 Answer to foo bar dilemma. 54 * WooCommerce latest version installed and active. 55 * Own an account at [PicPay E-commerce](https://ecommerce.picpay.com/ "PicPay E-commerce"). 56 * Generate the PicPay Token and the Seller Token in the [PicPay Dashboard](https://lojista.picpay.com/login "PicPay Dashboard"). 57 * Have the plugin [Brazilian Market on WooCommerce](http://wordpress.org/plugins/woocommerce-extra-checkout-fields-for-brazil/) installed and configured. 58 59 = PicPay receives payments from which countries? = 60 61 At the moment PicPay receives payments only from Brazil. 62 63 The plugin has been configured to receive payments only from users who select Brazil in payment information during checkout. 59 64 60 65 == Screenshots == 61 66 62 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 63 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets 64 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` 65 (or jpg, jpeg, gif). 66 2. This is the second screen shot 67 1. Plugin settings. 68 2. Payment method on the order completion page. 69 3. Example of the PicPay payment page. 67 70 68 71 == Changelog == 69 72 70 = 1.0 = 71 * A change since the previous version. 72 * Another change. 73 = 1.2.0 - 2020/07/13 = 73 74 74 = 0.5 = 75 * List versions from most recent at top to oldest at bottom. 75 * Fix for not request cancellation in the PicPay API if another payment method was used. 76 * Add process the request payment with order create via WooCommerce REST API. 77 * Add new functionality: QR Code expiration. 78 * Add hooks so that other developers can extend and modify it. 79 * Add header "Accept: application/json". Good practice. 80 81 = 1.1.8 - 2020/06/10 = 82 83 * Fix "Order properties should not be accessed directly." 84 85 = 1.1.7 - 2020/06/09 = 86 87 * Fix bug. Added the invoice prefix in the request cancel. 88 89 = 1.1.6 - 2020/06/08 = 90 91 * Added config param "Invoice Prefix". 92 * Added response of the payment request in the log. 93 * Allow the callback to cancel orders only with "Pending payment" and "On hold" status. 94 * Fix. Reduce stock only from "Pending payment" to "Processing" status. 95 * Changed PicPay dashboard links. 96 * WC tested up to 4.2.0 97 98 = 1.1.5 - 2020/01/03 = 99 100 * Remove unused code. 101 * WC tested up to 3.8.1 102 103 = 1.1.4 - 2019/09/25 = 104 105 * Set SVG with both fixed width. 106 107 = 1.1.3 - 2019/09/24 = 108 109 * Updated plugin name from "WooCommerce PicPay" for "QR Code PicPay for WooCommerce". 110 111 = 1.1.2 - 2019/07/30 = 112 113 * Fixed order cancellation bug. 114 115 = 1.1.1 - 2019/04/10 = 116 117 * Changed to save the metadata in the order as the unique key. 118 119 = 1.1.0 - 2019/04/09 = 120 121 * Added the prefix "PicPay_" in all metadata that is saved in the order. 122 123 = 1.0.0 - 2019/03/03 = 124 125 * Published the first version. 76 126 77 127 == Upgrade Notice == 78 128 79 = 1.0 = 80 Upgrade notices describe the reason a user should upgrade. No more than 300 characters. 129 = 1.2.0 = 81 130 82 = 0.5 = 83 This version fixes a security related bug. Upgrade immediately. 131 * See changelog for more details. 84 132 85 = = Arbitrary section ==133 = 1.1.8 = 86 134 87 You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated 88 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or 89 "installation." Arbitrary sections will be shown below the built-in sections outlined above. 135 * See changelog for more details. 90 136 91 = = A brief Markdown Example ==137 = 1.1.7 = 92 138 93 Ordered list: 139 * See changelog for more details. 94 140 95 1. Some feature 96 1. Another feature 97 1. Something else about the plugin 141 = 1.1.6 = 98 142 99 Unordered list: 143 * See changelog for more details. 100 144 101 * something 102 * something else 103 * third thing 145 = 1.1.5 = 104 146 105 Here's a link to [WordPress](https://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. 106 Titles are optional, naturally. 147 * See changelog for more details. 107 148 108 [markdown syntax]: https://daringfireball.net/projects/markdown/syntax 109 "Markdown is what the parser uses to process much of the readme file" 149 = 1.1.4 = 110 150 111 Markdown uses email style notation for blockquotes and I've been told: 112 > Asterisks for *emphasis*. Double it up for **strong**. 151 * See changelog for more details. 113 152 114 `<?php code(); // goes in backticks ?>` 153 = 1.1.3 = 154 155 * See changelog for more details. 156 157 = 1.1.2 = 158 159 * See changelog for more details. 160 161 = 1.1.1 = 162 163 * See changelog for more details. 164 165 = 1.1.0 = 166 167 * See changelog for more details. 168 169 = 1.0.0 = 170 171 * See changelog for more details. 172 173 "For God so loved the world, that he gave his only begotten Son, that whosoever believeth on him should not perish, but have eternal life." John 3:16
Note: See TracChangeset
for help on using the changeset viewer.