ob-dj-store 0.0.20.4__py3-none-any.whl → 0.0.20.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ob_dj_store/core/stores/migrations/0108_alter_paymentmethod_payment_provider.py +35 -0
- {ob_dj_store-0.0.20.4.dist-info → ob_dj_store-0.0.20.6.dist-info}/METADATA +1 -1
- {ob_dj_store-0.0.20.4.dist-info → ob_dj_store-0.0.20.6.dist-info}/RECORD +5 -4
- {ob_dj_store-0.0.20.4.dist-info → ob_dj_store-0.0.20.6.dist-info}/WHEEL +0 -0
- {ob_dj_store-0.0.20.4.dist-info → ob_dj_store-0.0.20.6.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,35 @@
|
|
1
|
+
# Generated by Django 3.2.8 on 2025-04-29 20:27
|
2
|
+
|
3
|
+
from django.db import migrations, models
|
4
|
+
|
5
|
+
|
6
|
+
class Migration(migrations.Migration):
|
7
|
+
|
8
|
+
dependencies = [
|
9
|
+
("stores", "0107_auto_20250425_2059"),
|
10
|
+
]
|
11
|
+
|
12
|
+
operations = [
|
13
|
+
migrations.AlterField(
|
14
|
+
model_name="paymentmethod",
|
15
|
+
name="payment_provider",
|
16
|
+
field=models.CharField(
|
17
|
+
choices=[
|
18
|
+
("cod", "cash on delivery"),
|
19
|
+
("src_all", "TAP all payment methods"),
|
20
|
+
("src_card", "Tap Credit Card"),
|
21
|
+
("src_kw.knet", "Tap knet"),
|
22
|
+
("paypal", "Paypal"),
|
23
|
+
("stripe", "Stripe"),
|
24
|
+
("wallet", "Wallet"),
|
25
|
+
("gift", "Gift"),
|
26
|
+
("apple_pay", "Apple Pay"),
|
27
|
+
("google_pay", "Google Pay"),
|
28
|
+
("src_sa.mada", "Mada"),
|
29
|
+
("src_bh.benefit", "Benefit"),
|
30
|
+
],
|
31
|
+
default="cod",
|
32
|
+
max_length=20,
|
33
|
+
),
|
34
|
+
),
|
35
|
+
]
|
@@ -140,6 +140,7 @@ ob_dj_store/core/stores/migrations/0104_wallettransaction_is_redeemed.py,sha256=
|
|
140
140
|
ob_dj_store/core/stores/migrations/0105_store_is_open_after_midnight.py,sha256=8EXutaPuUQjk94hAduLFoYVxPkPLMNCdD8TTmUdqfZ8,412
|
141
141
|
ob_dj_store/core/stores/migrations/0106_alter_paymentmethod_payment_provider.py,sha256=BDDfVs0fMifUnSlZ4zIct78F6PvfP5gyrVFyifrCvE4,1092
|
142
142
|
ob_dj_store/core/stores/migrations/0107_auto_20250425_2059.py,sha256=XCj2Inlw8e-_6W9wvYeVVV-bGk6lX8_n2FNI5W80XVw,848
|
143
|
+
ob_dj_store/core/stores/migrations/0108_alter_paymentmethod_payment_provider.py,sha256=abuqKAhuha8tEdxJy-Tj1RNFOMV63_z5v_qK5LLSNVI,1078
|
143
144
|
ob_dj_store/core/stores/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
144
145
|
ob_dj_store/core/stores/models/__init__.py,sha256=VeWrDiIbw94ZDSFD-62rz9iTTW87iPdwDW5jcjxm7bs,2045
|
145
146
|
ob_dj_store/core/stores/models/_address.py,sha256=uf9W4dnlXkEFhhsK75ZsDwWq5R2JEngf7VhBiLEnIVs,2193
|
@@ -157,7 +158,7 @@ ob_dj_store/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
157
158
|
ob_dj_store/utils/helpers.py,sha256=o7wgypM7mI2vZqZKkhxnTcnHJC8GMQDOuYMnRwXr6tY,2058
|
158
159
|
ob_dj_store/utils/model.py,sha256=DV7hOhTaZL3gh9sptts2jTUFlTArKG3i7oPioq9HLFE,303
|
159
160
|
ob_dj_store/utils/utils.py,sha256=8UVAFB56qUSjJJ5f9vnermtw638gdFy4CFRCuMbns_M,1342
|
160
|
-
ob_dj_store-0.0.20.
|
161
|
-
ob_dj_store-0.0.20.
|
162
|
-
ob_dj_store-0.0.20.
|
163
|
-
ob_dj_store-0.0.20.
|
161
|
+
ob_dj_store-0.0.20.6.dist-info/METADATA,sha256=h-SZzXoCLcoEluczxfQpNY88s5EKLHvopyd4_xyATUA,2850
|
162
|
+
ob_dj_store-0.0.20.6.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
163
|
+
ob_dj_store-0.0.20.6.dist-info/top_level.txt,sha256=CZG3G0ptTkzGnc0dFYN-ZD7YKdJBmm47bsmGwofD_lk,12
|
164
|
+
ob_dj_store-0.0.20.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|