mirror of
https://github.com/invite-frey/is-woo-payment-fps.git
synced 2025-04-05 05:50:42 +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 : "",
|
"email" => $this->account_id_type === "04" ? $this->account_fps_id : "",
|
||||||
"mcc" => "0000",
|
"mcc" => "0000",
|
||||||
"curr" => $fps_currency,
|
"curr" => $fps_currency,
|
||||||
"amount" => '' . $this->get_order_total(),
|
"amount" => $this->get_order_total(),
|
||||||
"reference" => $this->ask_to_pay === 'yes' ? $reference : ""
|
"reference" => $this->ask_to_pay === 'yes' ? $reference : ""
|
||||||
|
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user