BrandPay SDK 현금영수증 세팅 페이지에서 정보 저장 안됨
안녕하세요.
아래와 같이 현금영수증 정보 수정페이지 열어서, 데이터를 저장하고자하는데, 반영이 안되는 이슈가 있습니다. 이 부분에서 따로 백엔드 작업이 필요한건가요, 아니면 버그일까요?
setupCashReceipt() {
loadBrandPay(this.clientKey, this.customerKey, {
redirectUrl:"xxxxx"
}).then(brandPay => {
brandPay.setupCashReceipt().then(cashReceipt => {
console.log(cashReceipt);
});
});
}
아래와 같이 현금영수증 정보 수정페이지 열어서, 데이터를 저장하고자하는데, 반영이 안되는 이슈가 있습니다. 이 부분에서 따로 백엔드 작업이 필요한건가요, 아니면 버그일까요?
setupCashReceipt() {
loadBrandPay(this.clientKey, this.customerKey, {
redirectUrl:"xxxxx"
}).then(brandPay => {
brandPay.setupCashReceipt().then(cashReceipt => {
console.log(cashReceipt);
});
});
}
