연동 에러 입니다

php.
[script]
var clientKey = '';
var tossPayments = TossPayments(clientKey); //
tossPayments.requestPayment(Payment_chk, { //
//
// 트 URL은 paymentKey, orderId, amount.
amount: totalPrice, //
orderId: orderId, // ()
orderName: prodName, // (류 BS / PM)
customerName: orderName, //
//customerEmail: 'claw1234@naver.com', //
successUrl: '',
failUrl: '',//
});
,
.
response .
{
"code": "NOT_FOUND_PAYMENT",
"message": "."
}
Was this page helpful?