Changeset 3269460
- Timestamp:
- 04/09/2025 08:25:15 AM (12 months ago)
- Location:
- mustangpay/trunk
- Files:
-
- 3 edited
-
mustangpay.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
src/PaymentGateway.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mustangpay/trunk/mustangpay.php
r3269444 r3269460 1 1 <?php 2 2 /** 3 * Plugin Name: Mustang pay3 * Plugin Name: MustangPay 4 4 * Plugin URI: https://www.mustangpay.co.za 5 5 * Description: South Africa's trusted payment gateway offering secure card payments and EFT services. 6 6 * Version: 1.1.0 7 * Author: Mustang pay7 * Author: MustangPay 8 8 * Author URI: https://www.mustangpay.co.za/contact-us 9 9 * License: GPL-2.0 … … 13 13 * WC requires at least: 9.2 14 14 * WC tested up to: 9.5 15 * Text Domain: mustangpay15 * Text Domain: MustangPay 16 16 * Slug: mustangpay 17 17 */ -
mustangpay/trunk/readme.txt
r3266015 r3269460 17 17 = Plugin Overview = 18 18 19 The Mustang pay 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.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. 20 20 21 21 - **Supported Payment Methods**: Card Payments, EFT, 1Voucher, Payshap … … 61 61 62 62 63 = Why Choose Mustang pay =63 = Why Choose MustangPay = 64 64 65 65 - **Fraud Detection**: Advanced risk control system that monitors transactions in real-time to protect merchants from fraud risks. … … 71 71 = Legal Disclaimers = 72 72 73 The Mustang pay 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.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. 74 74 75 75 = This plugin API addresses = 76 76 77 - **https://openapi.mustangpay.co.za**: The address is the official production environment access request address of mustangpay77 - **https://openapi.mustangpay.co.za**: The address is the official production environment access request address of MustangPay 78 78 79 79 == External services == 80 80 81 This plugin connects to Mustang pay's payment gateway API to process payments.81 This plugin connects to MustangPay's payment gateway API to process payments. 82 82 83 83 * Service provider: Mustangpay (https://www.mustangpay.co.za) -
mustangpay/trunk/src/PaymentGateway.php
r3269356 r3269460 32 32 $this->id = Mustangpay_Custom_Payment_ID; 33 33 34 $this->method_title = __('Mustang Pay', 'mustangpay');34 $this->method_title = __('MustangPay', 'mustangpay'); 35 35 36 36 … … 84 84 'title' => __('Enable/Disable','mustangpay'), 85 85 'type' => 'checkbox', 86 'label' => __('Enable/Disable Mustang Pay','mustangpay'),86 'label' => __('Enable/Disable MustangPay','mustangpay'), 87 87 'default' => 'no', 88 88 'section' => 'default', … … 94 94 'title' => __('Title','mustangpay'), 95 95 'type' => 'text', 96 'default' => __('Mustang Pay','mustangpay'),96 'default' => __('MustangPay','mustangpay'), 97 97 'css' => 'width:400px', 98 98 'section' => 'default',
Note: See TracChangeset
for help on using the changeset viewer.