Changed amount formatting

This commit is contained in:
Frey Mansikkaniemi 2020-08-31 07:23:54 +00:00
parent 1a8d764d5c
commit 4019b7efc5

View File

@ -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') ){
?>
?>