mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-04 21:40:43 +00:00
Changed amount formatting
This commit is contained in:
parent
1a8d764d5c
commit
4019b7efc5
@ -112,7 +112,7 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){
|
||||
"email" => $this->account_id_type === "04" ? $this->account_fps_id : "",
|
||||
"mcc" => "0000",
|
||||
"curr" => $fps_currency,
|
||||
"amount" => '' . $this->get_order_total(),
|
||||
"amount" => $this->get_order_total(),
|
||||
"reference" => $this->ask_to_pay === 'yes' ? $reference : ""
|
||||
|
||||
);
|
||||
@ -232,4 +232,4 @@ if( !class_exists('WC_Gateway_Invite_FPS_Payment_Gateway') ){
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user