I allow my clients to pay both online and in person when booking my services online. When coding my paymentTypes, should I just use the following?
let options = {
“paymentType”: “wixPay_Online”,
“couponCode”: “thecouponcode”
};
or, should “wixPay_Offline” be included?