Plugin Directory

Changeset 3343567


Ignore:
Timestamp:
08/12/2025 12:55:51 PM (8 months ago)
Author:
mustangpay
Message:

Initial plugin release

Location:
mustangpay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mustangpay/trunk/mustangpay.php

    r3323338 r3343567  
    44 * Plugin URI:  https://www.mustangpay.co.za
    55 * Description: South Africa's trusted payment gateway offering secure card payments and EFT services.
    6  * Version:     1.1.9
     6 * Version:     1.2.0
    77 * Author:      MustangPay
    88 * Author URI:  https://www.mustangpay.co.za/contact-us
  • mustangpay/trunk/readme.txt

    r3323338 r3343567  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.1.9
     7Stable tag: 1.2.0
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • mustangpay/trunk/src/MustangpayApiUtilsV1.php

    r3282559 r3343567  
    167167                "amount" => array(
    168168                    "currency" => "ZAR",
    169                     "value" => $total_amount * 100
     169                    "value" => round($total_amount * 100)
    170170                ),
    171171                "callbackUrl" => $notify_url,
     
    183183                "vat" => array(
    184184                    "currency" => "ZAR",
    185                     "value" => $total_amount * 100
     185                    "value" => round($total_amount * 100)
    186186                ),
    187187                "vatNumber" => "",
Note: See TracChangeset for help on using the changeset viewer.