pay flow: initial commit

This commit is contained in:
2025-12-03 01:31:30 +03:00
parent 359d7820dd
commit c43708be6d
12 changed files with 148 additions and 17 deletions

View File

@@ -46,6 +46,7 @@
"dineIn": "تناول",
"pickup": "استلام",
"car": "سيارة",
"pay": "الدفع",
"sendGift": "إرسال هدية",
"roomService": "خدمة الغرف",
"officeDelivery": "توصيل للمكتب",
@@ -392,5 +393,13 @@
"validation": {
"phoneRequired": "رقم الهاتف مطلوب",
"invalidPhone": "رقم الهاتف غير صالح"
},
"pay": {
"title": "الدفع",
"description": "الدفع للطلب",
"pay": "الدفع",
"payDescription": "الدفع للطلب",
"payButton": "الدفع",
"payButtonDescription": "الدفع للطلب"
}
}

View File

@@ -46,6 +46,7 @@
"dineIn": "Dine-in",
"pickup": "Pickup",
"car": "Car",
"pay": "Pay",
"sendGift": "Send a Gift",
"roomService": "Room Service",
"officeDelivery": "Office Delivery",
@@ -404,5 +405,13 @@
"validation": {
"phoneRequired": "Phone number is required",
"invalidPhone": "Invalid phone number"
},
"pay": {
"title": "Pay",
"description": "Pay for your order",
"pay": "Pay",
"payDescription": "Pay for your order",
"payButton": "Pay",
"payButtonDescription": "Pay for your order"
}
}