Plugin Directory

Changeset 2723495


Ignore:
Timestamp:
05/13/2022 05:42:55 PM (4 years ago)
Author:
odpsolutions
Message:

price multiply by 100

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sky-systemz/tags/1.01/SkySystemz-woocommerceCheckout.php

    r2723486 r2723495  
    252252                "formcardnumber" => $ccc_no,
    253253                "formcvv" => sanitize_text_field($_POST['skysystemz_cvv']),
    254                 "amount" => round($order->get_total()),
     254                "amount" => round($order->get_total() * 100),
    255255                "merchant_key" => $result->merchant_keys,
    256256                "orderId" => $order->get_id(),
Note: See TracChangeset for help on using the changeset viewer.