django-chelseru 1.1.5__py3-none-any.whl → 1.1.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-chelseru
3
- Version: 1.1.5
3
+ Version: 1.1.7
4
4
  Summary: Authentication system, online and real-time chat, SMS system for Iranian SMS services.
5
5
  Home-page: https://pipdjango.chelseru.com
6
6
  Author: Sobhan Bahman Rashnu
@@ -1,10 +1,10 @@
1
- django_chelseru-1.1.5.dist-info/licenses/LICENSE,sha256=VupU5KV4NteHaNQb-WH31G_WZWezxXoomjiCIAHoQJo,1089
1
+ django_chelseru-1.1.7.dist-info/licenses/LICENSE,sha256=VupU5KV4NteHaNQb-WH31G_WZWezxXoomjiCIAHoQJo,1089
2
2
  drfchelseru/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  drfchelseru/admin.py,sha256=8glh59ggY-7ud76dIDfAXQwkBPq9Q80MF_qUC9ZOi0w,986
4
4
  drfchelseru/apps.py,sha256=hOTTzFGLXiTPZeN8p_LLcSECLtsR2Q0SUo8zJzgM-qQ,211
5
5
  drfchelseru/consumers.py,sha256=c8h9JYu5QUSKRREFrIrkjpkEQTzG5V8eg2lriaZODsc,2614
6
6
  drfchelseru/middlewares.py,sha256=Ej_9GTlVPzfzYAUqxUn7VHJRdlywQmrbSIW43yK5q5U,3818
7
- drfchelseru/models.py,sha256=2CaOyTfNDVjdt2aGc0qGTie8xxLRzp8hDf75-_P_KRs,9705
7
+ drfchelseru/models.py,sha256=B7G9lWNrlHWD__S_opVDDVOzK5mOx96uD2RNBEqiWdU,9708
8
8
  drfchelseru/routing.py,sha256=shAlgzcIwVuVPlvKeWBLCqr6PuBTHyIrWNgHEfnqrxg,165
9
9
  drfchelseru/serializers.py,sha256=I3kS2NhzIprY8-WWhjQPShAom6R7epg7do7RnDkpnys,1421
10
10
  drfchelseru/services.py,sha256=p7qgxy2iOajx0muU8GUvnejOlJ8bN5Jb3GntlPttqIc,17496
@@ -32,7 +32,7 @@ drfchelseru/migrations/0015_payment_message.py,sha256=7aysohtF5ajAGFB88IRIy4nRag
32
32
  drfchelseru/migrations/0016_payment_card_hash_payment_card_pan_and_more.py,sha256=bRGD0ZMJWW3R_c3mFAHsTMC8am2Xymh-48XRPVKmgvc,887
33
33
  drfchelseru/migrations/0017_alter_payment_callback_url_alter_payment_gateway_url.py,sha256=CzlVrPM3L7Iv1lgjM6-MSBdw38y5uaBH9Oc6PCSImCQ,574
34
34
  drfchelseru/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
- django_chelseru-1.1.5.dist-info/METADATA,sha256=aQ8LMHWiXvnDktLKih59KPKytTy0vSkDzHP_U5vOmIM,10944
36
- django_chelseru-1.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
- django_chelseru-1.1.5.dist-info/top_level.txt,sha256=fsaO1F03W3j4AYi0TfDGv5Cjb_Qrh6RSkwkWqfqaMns,12
38
- django_chelseru-1.1.5.dist-info/RECORD,,
35
+ django_chelseru-1.1.7.dist-info/METADATA,sha256=66I_32y_paxHhCOKm58uyPvH7Wut9gQT8bBpuQmuVOg,10944
36
+ django_chelseru-1.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
+ django_chelseru-1.1.7.dist-info/top_level.txt,sha256=fsaO1F03W3j4AYi0TfDGv5Cjb_Qrh6RSkwkWqfqaMns,12
38
+ django_chelseru-1.1.7.dist-info/RECORD,,
drfchelseru/models.py CHANGED
@@ -184,7 +184,7 @@ class Payment(models.Model):
184
184
  message = models.CharField(max_length=25, blank=True, null=True)
185
185
  card_hash = models.TextField(blank=True, null=True)
186
186
  card_pan = models.TextField(blank=True, null=True)
187
- ref_id = models.IntegerField(blank=True, null=True)
187
+ ref_id = models.BigIntegerField(blank=True, null=True)
188
188
 
189
189
  data = models.TextField(blank=True, null=True)
190
190
  data_verify = models.TextField(blank=True, null=True)