includes/functions.php
9行目
変更前
$price =number_format((float)$price, 2, '.', '');
変更後
$price =number_format((float)$price, -1, '', '');
includes/process_stripe_payment.php
81行目
$amount = $amount * 100;
コメントアウトまたは削除
includes/functions.php
9行目
変更前
$price =number_format((float)$price, 2, '.', '');
変更後
$price =number_format((float)$price, -1, '', '');
includes/process_stripe_payment.php
81行目
$amount = $amount * 100;
コメントアウトまたは削除
コメント