Changeset 3343567
- Timestamp:
- 08/12/2025 12:55:51 PM (8 months ago)
- Location:
- mustangpay/trunk
- Files:
-
- 3 edited
-
mustangpay.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/MustangpayApiUtilsV1.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mustangpay/trunk/mustangpay.php
r3323338 r3343567 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 * Version: 1. 1.96 * Version: 1.2.0 7 7 * Author: MustangPay 8 8 * Author URI: https://www.mustangpay.co.za/contact-us -
mustangpay/trunk/readme.txt
r3323338 r3343567 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1. 1.97 Stable tag: 1.2.0 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
mustangpay/trunk/src/MustangpayApiUtilsV1.php
r3282559 r3343567 167 167 "amount" => array( 168 168 "currency" => "ZAR", 169 "value" => $total_amount * 100169 "value" => round($total_amount * 100) 170 170 ), 171 171 "callbackUrl" => $notify_url, … … 183 183 "vat" => array( 184 184 "currency" => "ZAR", 185 "value" => $total_amount * 100185 "value" => round($total_amount * 100) 186 186 ), 187 187 "vatNumber" => "",
Note: See TracChangeset
for help on using the changeset viewer.