Cybersource の支払い処理プログラムを Web アプリに統合しようとしていますが、もちろんトランザクションをテストする必要があります。
私の進行チェックアウトフォーム:
<form method="post" action="https://orderpagetest.ic3.com/hop/ProcessOrder.do">
<input type="text" name="billTo_city" value="Mountain View"><br>
<input type="text" name="billTo_country" value="us"><br>
<input type="text" name="billTo_firstName" value="John"><br>
<input type="text" name="billTo_lastName" value="Doe"><br>
<input type="text" name="billTo_postalCode" value="94043"><br>
<input type="text" name="billTo_state" value="CA"><br>
<input type="text" name="billingStreetAddress1" value="1295 Charleston Rd."><br>
<input type="text" name="creditCardNumber" value="4111111111111111"><br>
<input type="text" name="creditCardType" value="001"><br>
<input type="text" name="card_expirationMonth" value="07"><br>
<input type="text" name="card_expirationYear" value="2013"><br>
<input type="text" name="currency" value="USD"><br>
<input type="text" name="merchantID" value="alljobs"><br>
<input type="text" name="amount" value="1"><br>
<input type="text" name="cardVerificationNumber" value="1234"><br>
<input type="text" name="orderPage_environment" value="test"><br>
<input type="text" name="" value="Authorization"><br>
<input type="text" name="paymentType" value="card"><br>
<input type="submit" name="submit" value="Buy Now">
</form>
すべての必須フィールドに入力し、「サイレント オーダー ポスト メソッド」でサイバーソースのデバッグ ページにフォームを送信します。
すべてのフィールドの検証は成功しましたが、通貨フィールドの検証エラーです。なぜ、何を間違えたのか理解できませんか?仮想端末の私のテスト用ビジネス キャビネットで、米ドルとして設定された設定通貨