.htacces で index.php(.html) 無しの設定をしている

.htacces で index.php(.html) 無しの設定をしていると、クレジットカード入力欄が表示されません。
設定を削除してご確認ください。

例:
# index.php(.html)なしに統一
RewriteCond %{THE_REQUEST} ^.*/index.(html|php)
RewriteRule ^(.*)index.(html|php)$ https://%{HTTP_HOST}/$1 [R=301,L]