<!DOCTYPE html> <html lang="ja" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>支払い</title> </head> <body> <form th:action="@{/pay}" method="post"> 支払金額(円)<br> <input type="text" name="price"><br> カード情報<br> <script type="text/javascript" src="https://checkout.pay.jp/" class="payjp-button" data-key="pk_test_xxxxxxx" data-partial="true" data-token-name="card" ></script> <br
