Plugin Directory

Changeset 2860341


Ignore:
Timestamp:
02/05/2023 04:25:55 AM (3 years ago)
Author:
chaifinport
Message:

rebranding

Location:
chaiport-payment
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chaiport-payment/trunk/README.md

    r2721677 r2860341  
    1 # Chaiport Woocommerce Plugin
     1# PortOne Woocommerce Plugin
    22
    33[![forks-shield]][forks-url]
     
    99<p align="center">
    1010  <a href="#">
    11     <img src="./images/chaiport.png" alt="Logo">
     11    <img src="./images/pay.png" alt="Logo">
    1212  </a>
    1313
    14   <h3 align="center">CHAIPORT WOOCOMMERCE PLUGIN</h3>
     14  <h3 align="center">PORTONE WOOCOMMERCE PLUGIN</h3>
    1515
    1616  <p align="center">
     
    4646
    4747<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.
     48This 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.
    4949The 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/>
    5050
     
    5656  ```
    5757  1. WooCommerce installed in your wordpress
    58   2. A verified Merchant Account with Chaipay
     58  2. A verified Merchant Account with PortOne
    5959  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.
    6060  ```
     
    6363
    64641. Get your API Keys at [Merchant Portal][merchant-portal]
    65 2. Download the plugin from [here](#)
     652. Download the plugin from [here](https://wordpress.org/plugins/chaiport-payment/)
    66663. 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 Chaiport plugin from plugins page in your WordPress dashboard
     674. After installing you need to activate PortOne plugin from plugins page in your WordPress dashboard
    68685. Go to <b>Setting</b> in WooCommerce page of your dashboard and click on <b>Payments</b> tab
    69 6. Enable the Chaiport Plugin and then click on <b>Manage</b>
    70 7. You need to check the <b>Enable Chaiport Gateway</b>
     696. Enable the PortOne Plugin and then click on <b>Manage</b>
     707. You need to check the <b>Enable PortOne Gateway</b>
    71718. Enter the keys from step 1 and click on save
    7272    ```
    73     Publishable Key ---> CHAIPay Key
    74     Private Key     ---> CHAIPay Secure Secret Key
     73    Publishable Key ---> PortOne Key
     74    Private Key     ---> PortOne Secure Secret Key
    7575    ```
    76769. You'll have to add the webhook URL given in the settings to the Merchant Portal Webhooks section
    77 10. You've successfully integrated Chaiport Plugin on your store.
     7710. You've successfully integrated PortOne Plugin on your store.
    7878
    7979
     
    9494## Contact
    9595
    96 CHAIPay Support - [email protected]
     96PortOne Support - [email protected]
    9797
    9898<!-- MARKDOWN LINKS & IMAGES -->
     
    104104[issues-shield]: https://img.icons8.com/material/50/000000/error--v1.png
    105105[issues-url]: https://github.com/iamport-intl/chaiport-woocommerce-plugin/issues
    106 [merchant-portal]: https://admin.chaiport.io/integration/api-general
     106[merchant-portal]: https://admin.portone.cloud/integration/api-general
  • chaiport-payment/trunk/chaiportGateway.php

    r2851789 r2860341  
    11<?php
    22/*
    3  * Plugin Name:       ChaiPort Payment
    4  * Plugin URI:        https://www.docs.chaiport.io/plugins_and_sdks/woocommerce-plugin.html
     3 * Plugin Name:       PortOne Payment
     4 * Plugin URI:        https://www.docs.portone.cloud/plugins_and_sdks/woocommerce-plugin.html
    55 * Description:       Single Payment
    6  * Version:           1.0.7
     6 * Version:           2.0.0
    77 * Requires at least: 5.6
    8  * Author:            Chai Finance
     8 * Author:            PortOne
    99 * Author URI:        https://www.chaiport.io/
    1010 * License:           GPL v2 or later
     
    468468
    469469            $plugin_location = plugin_dir_url(__FILE__);
    470             $imageUrl = $plugin_location . "images/chaiport.png";
     470            $imageUrl = $plugin_location . "images/pay.png";
    471471
    472472            $websiteUrl = get_bloginfo('url');
  • chaiport-payment/trunk/readme.txt

    r2851789 r2860341  
    1 === Chaiport for WooCommerce ===
     1=== PortOne for WooCommerce ===
    22Contributors: chaifinport
    3 Tags: chaipay, chaiport, payments, woocommerce, ecommerce
     3Tags: chaipay, chaiport, payments, woocommerce, ecommerce, portone
    44Requires at least: 3.9.2
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.7
     6Stable tag: 2.0.0
    77Requires PHP: 5.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Allows you to use Chaiport payment gateway with the WooCommerce plugin.
     11Allows you to use PortOne payment platform with the WooCommerce plugin.
    1212
    1313== Description ==
    1414
    15 This is the official Chaiport payment gateway 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.
     15This 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.
    1616
    1717This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has been tested upto the 3.1.1 WooCommerce release.
     
    1919== Installation ==
    2020
    21 1. Install the plugin from the WordPress Plugin Directory, search for Chaiport Payment Plugin.
     211. Install the plugin from the WordPress Plugin Directory, search for PortOne Payment Plugin.
    22222. 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.
    23233. 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.
     
    3333
    34341. Get your API Keys at Merchant Portal
    35 2. After installing you need to activate Chaiport plugin from plugins page in your WordPress dashboard
     352. After installing you need to activate PortOne plugin from plugins page in your WordPress dashboard
    36363. Go to <b>Setting</b> in WooCommerce page of your dashboard and click on <b>Payments</b> tab
    37 4. Enable the Chaiport Plugin and then click on <b>Manage</b>
    38 5. You need to check the <b>Enable Chaiport Gateway</b>
     374. Enable the PortOne Plugin and then click on <b>Manage</b>
     385. You need to check the <b>Enable PortOne Gateway</b>
    39396. Enter the keys from step 1 and click on save
    4040    ```
     
    4343    ```
    44447. You'll have to add the webhook URL given in the settings to the Merchant Portal Webhooks section
    45 8. You've successfully integrated Chaiport Plugin on your store.
     458. You've successfully integrated PortOne Plugin on your store.
    4646
    4747== Important Links ==
    4848
    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.