diff --git a/wc-gateway-invite-fps-payment-gateway-class.php b/wc-gateway-invite-fps-payment-gateway-class.php index 87f3d25..86d1f43 100644 --- a/wc-gateway-invite-fps-payment-gateway-class.php +++ b/wc-gateway-invite-fps-payment-gateway-class.php @@ -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') ){ -?> \ No newline at end of file +?>