Changeset 2860341
- Timestamp:
- 02/05/2023 04:25:55 AM (3 years ago)
- Location:
- chaiport-payment
- Files:
-
- 6 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
trunk/README.md (modified) (7 diffs)
-
trunk/chaiportGateway.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chaiport-payment/trunk/README.md
r2721677 r2860341 1 # ChaiportWoocommerce Plugin1 # PortOne Woocommerce Plugin 2 2 3 3 [![forks-shield]][forks-url] … … 9 9 <p align="center"> 10 10 <a href="#"> 11 <img src="./images/ chaiport.png" alt="Logo">11 <img src="./images/pay.png" alt="Logo"> 12 12 </a> 13 13 14 <h3 align="center"> CHAIPORTWOOCOMMERCE PLUGIN</h3>14 <h3 align="center">PORTONE WOOCOMMERCE PLUGIN</h3> 15 15 16 16 <p align="center"> … … 46 46 47 47 <br> 48 This is a WooCommerce plugin for making payments using Chaiport. It adds a new payment option for your store on the checkout page and opens up a whole lot of options for the user to pay.48 This is a WooCommerce plugin for making payments using PortOne. It adds a new payment option for your store on the checkout page and opens up a whole lot of options for the user to pay. 49 49 The plugin can handle the payments and also your order statuses. It automatically updates the order status for the user if the transaction was successful or failed. It adds necessary notes to the order like transaction reference & if the transaction was unsuccessful, reason and status-code notes are attached to the order.<br/> 50 50 … … 56 56 ``` 57 57 1. WooCommerce installed in your wordpress 58 2. A verified Merchant Account with Chaipay58 2. A verified Merchant Account with PortOne 59 59 3. Please set the Permalink to "Post Name" in WP Dashboard->Settings->Permalinks, the plugin webhooks and redirects won't work if the permalink is not set as required. 60 60 ``` … … 63 63 64 64 1. Get your API Keys at [Merchant Portal][merchant-portal] 65 2. Download the plugin from [here]( #)65 2. Download the plugin from [here](https://wordpress.org/plugins/chaiport-payment/) 66 66 3. Go to Plugins page and click on <b>Add New</b>, Upload the zip file and install 67 4. After installing you need to activate Chaiportplugin from plugins page in your WordPress dashboard67 4. After installing you need to activate PortOne plugin from plugins page in your WordPress dashboard 68 68 5. Go to <b>Setting</b> in WooCommerce page of your dashboard and click on <b>Payments</b> tab 69 6. Enable the ChaiportPlugin and then click on <b>Manage</b>70 7. You need to check the <b>Enable ChaiportGateway</b>69 6. Enable the PortOne Plugin and then click on <b>Manage</b> 70 7. You need to check the <b>Enable PortOne Gateway</b> 71 71 8. Enter the keys from step 1 and click on save 72 72 ``` 73 Publishable Key ---> CHAIPayKey74 Private Key ---> CHAIPaySecure Secret Key73 Publishable Key ---> PortOne Key 74 Private Key ---> PortOne Secure Secret Key 75 75 ``` 76 76 9. You'll have to add the webhook URL given in the settings to the Merchant Portal Webhooks section 77 10. You've successfully integrated ChaiportPlugin on your store.77 10. You've successfully integrated PortOne Plugin on your store. 78 78 79 79 … … 94 94 ## Contact 95 95 96 CHAIPaySupport - [email protected]96 PortOne Support - [email protected] 97 97 98 98 <!-- MARKDOWN LINKS & IMAGES --> … … 104 104 [issues-shield]: https://img.icons8.com/material/50/000000/error--v1.png 105 105 [issues-url]: https://github.com/iamport-intl/chaiport-woocommerce-plugin/issues 106 [merchant-portal]: https://admin. chaiport.io/integration/api-general106 [merchant-portal]: https://admin.portone.cloud/integration/api-general -
chaiport-payment/trunk/chaiportGateway.php
r2851789 r2860341 1 1 <?php 2 2 /* 3 * Plugin Name: ChaiPortPayment4 * Plugin URI: https://www.docs. chaiport.io/plugins_and_sdks/woocommerce-plugin.html3 * Plugin Name: PortOne Payment 4 * Plugin URI: https://www.docs.portone.cloud/plugins_and_sdks/woocommerce-plugin.html 5 5 * Description: Single Payment 6 * Version: 1.0.76 * Version: 2.0.0 7 7 * Requires at least: 5.6 8 * Author: Chai Finance8 * Author: PortOne 9 9 * Author URI: https://www.chaiport.io/ 10 10 * License: GPL v2 or later … … 468 468 469 469 $plugin_location = plugin_dir_url(__FILE__); 470 $imageUrl = $plugin_location . "images/ chaiport.png";470 $imageUrl = $plugin_location . "images/pay.png"; 471 471 472 472 $websiteUrl = get_bloginfo('url'); -
chaiport-payment/trunk/readme.txt
r2851789 r2860341 1 === Chaiportfor WooCommerce ===1 === PortOne for WooCommerce === 2 2 Contributors: chaifinport 3 Tags: chaipay, chaiport, payments, woocommerce, ecommerce 3 Tags: chaipay, chaiport, payments, woocommerce, ecommerce, portone 4 4 Requires at least: 3.9.2 5 5 Tested up to: 6.1.1 6 Stable tag: 1.0.76 Stable tag: 2.0.0 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Allows you to use Chaiport payment gatewaywith the WooCommerce plugin.11 Allows you to use PortOne payment platform with the WooCommerce plugin. 12 12 13 13 == Description == 14 14 15 This is the official Chaiport payment gatewayplugin for WooCommerce. Allows you to accept credit cards, debit cards and wallet payments with the WooCommerce plugin. It uses a seamless integration, allowing the customer to pay on your website without being redirected away. This works across all browsers, and is compatible with the latest WooCommerce.15 This is the official PortOne payments plugin for WooCommerce. Allows you to accept credit cards, debit cards and wallet payments with the WooCommerce plugin. It uses a seamless integration, allowing the customer to pay on your website without being redirected away. This works across all browsers, and is compatible with the latest WooCommerce. 16 16 17 17 This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has been tested upto the 3.1.1 WooCommerce release. … … 19 19 == Installation == 20 20 21 1. Install the plugin from the WordPress Plugin Directory, search for ChaiportPayment Plugin.21 1. Install the plugin from the WordPress Plugin Directory, search for PortOne Payment Plugin. 22 22 2. To use this plugin correctly, you need to be able to make network requests. Please make sure that you have the php-curl extension installed. 23 23 3. Please set the Permalink to "Post Name" in WP Dashboard->Settings->Permalinks, the plugin webhooks and redirects won't work if the permalink is not set as required. … … 33 33 34 34 1. Get your API Keys at Merchant Portal 35 2. After installing you need to activate Chaiportplugin from plugins page in your WordPress dashboard35 2. After installing you need to activate PortOne plugin from plugins page in your WordPress dashboard 36 36 3. Go to <b>Setting</b> in WooCommerce page of your dashboard and click on <b>Payments</b> tab 37 4. Enable the ChaiportPlugin and then click on <b>Manage</b>38 5. You need to check the <b>Enable ChaiportGateway</b>37 4. Enable the PortOne Plugin and then click on <b>Manage</b> 38 5. You need to check the <b>Enable PortOne Gateway</b> 39 39 6. Enter the keys from step 1 and click on save 40 40 ``` … … 43 43 ``` 44 44 7. You'll have to add the webhook URL given in the settings to the Merchant Portal Webhooks section 45 8. You've successfully integrated ChaiportPlugin on your store.45 8. You've successfully integrated PortOne Plugin on your store. 46 46 47 47 == Important Links == 48 48 49 [API Docs](https:// www.docs.chaiport.io/)50 [Merchant portal](https://admin. chaiport.io/)49 [API Docs](https://docs.portone.cloud/) 50 [Merchant portal](https://admin.portone.cloud/)
Note: See TracChangeset
for help on using the changeset viewer.