switchUsingBuySmartPoint method
Implementation
void switchUsingBuySmartPoint({required bool val, String? orderGroupID}) {
isUsingBuySmartPoint.value = val;
calculateTotal(reload: false, orderGroupID: orderGroupID);
addPointPriceDetail();
setTotalPoint();
poinInquiry();
}