Plugin Directory

Changeset 3269460


Ignore:
Timestamp:
04/09/2025 08:25:15 AM (12 months ago)
Author:
mustangpay
Message:

Initial plugin release

Location:
mustangpay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mustangpay/trunk/mustangpay.php

    r3269444 r3269460  
    11<?php
    22/**
    3  * Plugin Name: Mustangpay
     3 * Plugin Name: MustangPay
    44 * Plugin URI:  https://www.mustangpay.co.za
    55 * Description: South Africa's trusted payment gateway offering secure card payments and EFT services.
    66 * Version:     1.1.0
    7  * Author:      Mustangpay
     7 * Author:      MustangPay
    88 * Author URI:  https://www.mustangpay.co.za/contact-us
    99 * License:     GPL-2.0
     
    1313 * WC requires at least: 9.2
    1414 * WC tested up to: 9.5
    15  * Text Domain: mustangpay
     15 * Text Domain: MustangPay
    1616 * Slug: mustangpay
    1717 */
  • mustangpay/trunk/readme.txt

    r3266015 r3269460  
    1717= Plugin Overview =
    1818
    19 The Mustangpay payment plugin is specifically designed for the South African market, supporting four localized payment methods: Card Payments, EFT, 1Voucher, and Payshap. Its goal is to enhance the checkout experience, reduce cart abandonment rates, and increase conversion rates. The plugin is easy to install and integrate, compatible with major e-commerce platforms, and helps merchants streamline the payment process while meeting the payment needs of South African consumers.
     19The MustangPay payment plugin is specifically designed for the South African market, supporting four localized payment methods: Card Payments, EFT, 1Voucher, and Payshap. Its goal is to enhance the checkout experience, reduce cart abandonment rates, and increase conversion rates. The plugin is easy to install and integrate, compatible with major e-commerce platforms, and helps merchants streamline the payment process while meeting the payment needs of South African consumers.
    2020
    2121- **Supported Payment Methods**: Card Payments, EFT, 1Voucher, Payshap
     
    6161
    6262
    63 = Why Choose Mustangpay =
     63= Why Choose MustangPay =
    6464
    6565- **Fraud Detection**: Advanced risk control system that monitors transactions in real-time to protect merchants from fraud risks.
     
    7171= Legal Disclaimers =
    7272
    73 The Mustangpay payment plugin fully complies with GDPR regulations, ensuring the privacy and security of user data. We employ advanced data encryption and processing technologies to protect both merchant and consumer sensitive information. All payment transactions are processed in an environment that meets international security standards, allowing merchants to confidently use our payment platform for global transactions.
     73The MustangPay payment plugin fully complies with GDPR regulations, ensuring the privacy and security of user data. We employ advanced data encryption and processing technologies to protect both merchant and consumer sensitive information. All payment transactions are processed in an environment that meets international security standards, allowing merchants to confidently use our payment platform for global transactions.
    7474
    7575= This plugin API addresses =
    7676
    77 - **https://openapi.mustangpay.co.za**: The address is the official production environment access request address of mustangpay
     77- **https://openapi.mustangpay.co.za**: The address is the official production environment access request address of MustangPay
    7878 
    7979== External services ==
    8080
    81 This plugin connects to Mustangpay's payment gateway API to process payments.
     81This plugin connects to MustangPay's payment gateway API to process payments.
    8282
    8383* Service provider: Mustangpay (https://www.mustangpay.co.za)
  • mustangpay/trunk/src/PaymentGateway.php

    r3269356 r3269460  
    3232        $this->id = Mustangpay_Custom_Payment_ID;
    3333       
    34         $this->method_title = __('Mustang Pay', 'mustangpay');
     34        $this->method_title = __('MustangPay', 'mustangpay');
    3535         
    3636       
     
    8484                        'title'       => __('Enable/Disable','mustangpay'),
    8585                        'type'        => 'checkbox',
    86                         'label'       => __('Enable/Disable Mustang Pay','mustangpay'),
     86                        'label'       => __('Enable/Disable MustangPay','mustangpay'),
    8787                        'default'     => 'no',
    8888                        'section'     => 'default',
     
    9494                        'title'       => __('Title','mustangpay'),
    9595                        'type'        => 'text',
    96                         'default'     => __('Mustang Pay','mustangpay'),
     96                        'default'     => __('MustangPay','mustangpay'),
    9797                        'css'         => 'width:400px',
    9898                        'section'     => 'default',
Note: See TracChangeset for help on using the changeset viewer.