Changeset 3291859
- Timestamp:
- 05/12/2025 12:00:23 PM (11 months ago)
- Location:
- mustangpay/trunk
- Files:
-
- 2 added
- 3 edited
-
images/pay2.png (added)
-
images/pay3.svg (added)
-
mustangpay.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/PaymentGateway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mustangpay/trunk/mustangpay.php
r3291722 r3291859 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. 66 * Version: 1.1.7 7 7 * Author: MustangPay 8 8 * Author URI: https://www.mustangpay.co.za/contact-us -
mustangpay/trunk/readme.txt
r3291722 r3291859 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 67 Stable tag: 1.1.7 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
mustangpay/trunk/src/PaymentGateway.php
r3291722 r3291859 51 51 // Payment gateway title 52 52 53 $this->icon = apply_filters( 'mustangpay_wechat_icon', Mustangpay_Custom_Payment_URL . '/images/pay 2.png' );53 $this->icon = apply_filters( 'mustangpay_wechat_icon', Mustangpay_Custom_Payment_URL . '/images/pay3.svg' ); 54 54 55 55 $this->description = $this->get_option ('description' );
Note: See TracChangeset
for help on using the changeset viewer.