BrandPay SDK 현금영수증 세팅 페이지에서 정보 저장 안됨

.

, , . , ?

setupCashReceipt() {
loadBrandPay(this.clientKey, this.customerKey, {
redirectUrl:"xxxxx"
}).then(brandPay => {
brandPay.setupCashReceipt().then(cashReceipt => {
console.log(cashReceipt);
});
});
}
Was this page helpful?