Plugin Directory

Changeset 3251431


Ignore:
Timestamp:
03/06/2025 03:11:31 AM (13 months ago)
Author:
webimpian
Message:

Fix bug

Location:
bayarcash-wc
Files:
376 added
3 edited

Legend:

Unmodified
Added
Removed
  • bayarcash-wc/trunk/bayarcash-wc.php

    r3251032 r3251431  
    1313 * Plugin Name:         Bayarcash WC
    1414 * Plugin URI:          https://bayarcash.com/
    15  * Version:             4.3.6
     15 * Version:             4.3.7
    1616 * Description:         Accept payment from Malaysia. Bayarcash support FPX, Direct Debit, DuitNow OBW & DuitNow QR payment channels.
    1717 * Author:              Web Impian
  • bayarcash-wc/trunk/includes/src/Gateway.php

    r3251032 r3251431  
    262262            'order_number'           => $order_no,
    263263            'amount'                 => $order->get_total(),
    264             'payer_name'             => $buyer_name,
     264            'payer_name'             => $this->sanitize_buyer_name($buyer_name),
    265265            'payer_email'            => $buyer_email,
    266266            'payer_telephone_number' => $buyer_phone,
  • bayarcash-wc/trunk/readme.txt

    r3251032 r3251431  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 4.3.6
     7Stable tag: 4.3.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    8989== Changelog ==
    9090
     91= 4.3.7 =
     92* Fix bug
     93
    9194= 4.3.6 =
    9295* Improve direct debit error display
Note: See TracChangeset for help on using the changeset viewer.