Changeset 2950102
- Timestamp:
- 08/09/2023 08:04:29 AM (3 years ago)
- Location:
- cashfree
- Files:
-
- 26 added
- 3 edited
-
assets/screenshot-3.png (modified) (previous)
-
tags/4.5.1 (added)
-
tags/4.5.1/LICENSE (added)
-
tags/4.5.1/README.md (added)
-
tags/4.5.1/assets (added)
-
tags/4.5.1/assets/js (added)
-
tags/4.5.1/assets/js/checkout.js (added)
-
tags/4.5.1/cashfree.php (added)
-
tags/4.5.1/includes (added)
-
tags/4.5.1/includes/class-wc-cashfree-api.php (added)
-
tags/4.5.1/includes/gateways (added)
-
tags/4.5.1/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.5.1/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.5.1/includes/http (added)
-
tags/4.5.1/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.5.1/includes/request (added)
-
tags/4.5.1/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.5.1/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.5.1/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.5.1/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.5.1/includes/settings (added)
-
tags/4.5.1/includes/settings/cashfree-payments.php (added)
-
tags/4.5.1/includes/wc-cashfree-functions.php (added)
-
tags/4.5.1/includes/wc-cashfree-scripts.php (added)
-
tags/4.5.1/readme.txt (added)
-
tags/4.5.1/templates (added)
-
tags/4.5.1/templates/payment-fields.php (added)
-
trunk/cashfree.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cashfree/trunk/cashfree.php
r2949573 r2950102 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4.5. 04 * Version: 4.5.1 5 5 * Plugin URI: https://github.com/cashfree/cashfree-woocommerce 6 6 * Description: Payment gateway plugin by Cashfree Payments for Woocommerce sites. -
cashfree/trunk/readme.txt
r2949573 r2950102 4 4 Tested up to: 6.2 5 5 Requires PHP: 5.6 6 Stable tag: 4.5. 07 Version: 4.5. 06 Stable tag: 4.5.1 7 Version: 4.5.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 17 17 18 18 For more information about Cashfree Payments please go to https://cashfree.com. 19 20 == Frequently Asked Questions == 21 22 = Is Cashfree Payments Plugin free? = 23 24 Yes! Cashfree Payments Plugin are and always will be free. 25 26 = domain.name is not enabled. Please reach out to cashfree? = 27 28 You might be facing this issue because your domain is not yet whitelisted. But don't worry, we've got you covered! To resolve this, simply click on the [link](https://docs.cashfree.com/docs/developers-whitelisting) provided to whitelist your domain. 29 30 = What should I do if I'm using the Cashfree Payments plugin on multiple WooCommerce domains and encounter duplicate order IDs? = 31 32 No worries, we've got a simple solution for you! If you're managing the Cashfree Payments plugin across multiple WooCommerce domains and you notice the possibility of duplicate order IDs due to sequential generation. To ensure a unique identification for orders originating from different domains, consider enabling the "Order ID Prefix" feature in the plugin's configuration settings. 33 Enabling the order ID prefix guarantees a seamless experience for you and your customers. By adding a unique prefix to each order ID, you'll effortlessly distinguish orders across your various domains. 34 Disabling the Enable Order Id Prefix after it's been enabled might break post-order flows. Consider the implications before making changes. 35 Please be mindful of the impact on your order management process before toggling this setting. 19 36 20 37 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.