- Completed Apply Coupon Functionality
- Made a selection for the coupon selected, also added no coupon found when coupon is not there - Added Masila view in more section - Added Play trailer from Manila in more section - Gave other connectivity
This commit is contained in:
@@ -25,6 +25,11 @@ struct APIEndPoints {
|
||||
static let appUrl = "https://apps.apple.com/in/app/woka/id6465305185"
|
||||
}
|
||||
|
||||
struct StaticURLs{
|
||||
// var masilaUrl = "https://content.jwplatform.com/videos/Iygt11AD-Ysj2G4DQ.mp4"
|
||||
static let masilaUrl = "https://cdn.jwplayer.com/manifests/Iygt11AD.m3u8"
|
||||
}
|
||||
|
||||
struct Auth {
|
||||
static let check_exist_email = makeURL(path: "check_exist_email")
|
||||
|
||||
@@ -115,6 +120,7 @@ struct APIEndPoints {
|
||||
static let remove_cart = makeURL(path: "remove_cart")
|
||||
static let coupon_listing = makeURL(path: "coupon_listing")
|
||||
static let applied_coupon_discount = makeURL(path: "applied_coupon_discount")
|
||||
static let create_new_order = makeURL(path: "create_new_order")
|
||||
}
|
||||
|
||||
// Other endpoint categories...
|
||||
|
||||
Reference in New Issue
Block a user