AhmedEwis commited on
Commit
5097361
1 Parent(s): 85fe5da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -87,7 +87,6 @@ Since the total transactions of (local + international) (1000 + 3000) = 4000 > 3
87
  For example For Al Safwa / Al Safwa Plus / Al Massy and W, customer spend transactions are 500 international and 1000 local, the total cashback will be as follow:
88
  Since the total transactions of (local + international) (1000 + 500) = 1500 < 3000, then the customer will be awarded 3% of the (international transaction + local transaction), therefore the calculation will be: 3% on the total transactions (1500*3% = 45) --> giving you a total cashback of KD 45
89
 
90
-
91
  Maximum Cashback:
92
  The maximum cashback amount varies based on the customer segment. The maximum amount for ALMASSY, ALSAFWA PLUS and ALSAFWA is equivalent and set at KD 500., while the maximum amount for W is KD 300. The maximum amount for Normal is KD 150.
93
 
 
87
  For example For Al Safwa / Al Safwa Plus / Al Massy and W, customer spend transactions are 500 international and 1000 local, the total cashback will be as follow:
88
  Since the total transactions of (local + international) (1000 + 500) = 1500 < 3000, then the customer will be awarded 3% of the (international transaction + local transaction), therefore the calculation will be: 3% on the total transactions (1500*3% = 45) --> giving you a total cashback of KD 45
89
 
 
90
  Maximum Cashback:
91
  The maximum cashback amount varies based on the customer segment. The maximum amount for ALMASSY, ALSAFWA PLUS and ALSAFWA is equivalent and set at KD 500., while the maximum amount for W is KD 300. The maximum amount for Normal is KD 150.
92