const brandPay = await loadBrandPay(
methodOfPayment.storeKey,
cardMemberNo,
{
redirectUrl: `${WEB_URL_BASE}/payment/callback-auth?pgId=${methodOfPayment.pgId}`,
ui: {
paymentMethodBottomSheet: {
addMethod: { visible: false },
},
},
},
)
const brandPay = await loadBrandPay(
methodOfPayment.storeKey,
cardMemberNo,
{
redirectUrl: `${WEB_URL_BASE}/payment/callback-auth?pgId=${methodOfPayment.pgId}`,
ui: {
paymentMethodBottomSheet: {
addMethod: { visible: false },
},
},
},
)