Changeset 2891973
- Timestamp:
- 04/01/2023 08:28:32 PM (3 years ago)
- Location:
- cashfree
- Files:
-
- 26 added
- 3 edited
-
tags/4.4.5 (added)
-
tags/4.4.5/LICENSE (added)
-
tags/4.4.5/README.md (added)
-
tags/4.4.5/assets (added)
-
tags/4.4.5/assets/js (added)
-
tags/4.4.5/assets/js/checkout.js (added)
-
tags/4.4.5/cashfree.php (added)
-
tags/4.4.5/includes (added)
-
tags/4.4.5/includes/class-wc-cashfree-api.php (added)
-
tags/4.4.5/includes/gateways (added)
-
tags/4.4.5/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.4.5/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.4.5/includes/http (added)
-
tags/4.4.5/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.4.5/includes/request (added)
-
tags/4.4.5/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.4.5/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.4.5/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.4.5/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.4.5/includes/settings (added)
-
tags/4.4.5/includes/settings/cashfree-payments.php (added)
-
tags/4.4.5/includes/wc-cashfree-functions.php (added)
-
tags/4.4.5/includes/wc-cashfree-scripts.php (added)
-
tags/4.4.5/readme.txt (added)
-
tags/4.4.5/templates (added)
-
tags/4.4.5/templates/payment-fields.php (added)
-
trunk/README.md (modified) (1 diff)
-
trunk/cashfree.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cashfree/trunk/README.md
r2742179 r2891973 18 18 3. Now go to WooCommerce on the left panel > click on the toggle button to enable Cashfree. Now to complete the setup, click on Manage. 19 19 4. Set title as ‘Cashfree Payments’, and description as ‘Pay securely via card/netbanking/wallet via Cashfree’. Please note this will be visible to your customers at the time of checkout. Now enter your Cashfree API credentials (to get the credentials, go to Cashfree settings> credentials) and save the changes. 20 5. To ensure seamless payment integration, it is necessary to comply with payment regulations by whitelisting your domain. Please click on the [link](https://docs.cashfree.com/docs/developers-whitelisting) provided to whitelist your domain. 20 21 21 22 ### Installation -
cashfree/trunk/cashfree.php
r2889942 r2891973 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4.4. 44 * Version: 4.4.5 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
r2889942 r2891973 4 4 Tested up to: 6.2 5 5 Requires PHP: 5.6 6 Stable tag: 4.4. 47 Version: 4.4. 46 Stable tag: 4.4.5 7 Version: 4.4.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 20 20 == Installation == 21 21 22 Please note, this payment gateway requires WooCommerce 3.0 and above. 22 Please note, this payment gateway requires WooCommerce 3.0 and above. To ensure seamless payment integration, it is necessary to comply with payment regulations by whitelisting your domain. Please click on the [link](https://docs.cashfree.com/docs/developers-whitelisting) provided to whitelist your domain. 23 23 24 24 = Automatic installation = … … 33 33 34 34 == Changelog == 35 36 = 4.4.5 = 37 * Update readme for support whitelist domain at cashfree. 35 38 36 39 = 4.4.4 =
Note: See TracChangeset
for help on using the changeset viewer.