payme-pkg 3.0.28__py3-none-any.whl → 3.0.29__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.

Potentially problematic release.


This version of payme-pkg might be problematic. Click here for more details.

@@ -0,0 +1,19 @@
1
+ # Generated migration to increase amount field precision
2
+
3
+ from django.db import migrations, models
4
+
5
+
6
+ class Migration(migrations.Migration):
7
+
8
+ dependencies = [
9
+ ("payme", "0004_alter_paymetransactions_account_id"),
10
+ ]
11
+
12
+ operations = [
13
+ migrations.AlterField(
14
+ model_name="paymetransactions",
15
+ name="amount",
16
+ field=models.DecimalField(decimal_places=2, max_digits=15),
17
+ ),
18
+ ]
19
+
payme/models.py CHANGED
@@ -27,7 +27,7 @@ class PaymeTransactions(models.Model):
27
27
 
28
28
  transaction_id = models.CharField(max_length=50)
29
29
  account_id = models.CharField(max_length=256, null=False)
30
- amount = models.DecimalField(max_digits=10, decimal_places=2)
30
+ amount = models.DecimalField(max_digits=15, decimal_places=2)
31
31
  state = models.IntegerField(choices=STATE, default=CREATED)
32
32
  fiscal_data = models.JSONField(default=dict)
33
33
  cancel_reason = models.IntegerField(null=True, blank=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: payme-pkg
3
- Version: 3.0.28
3
+ Version: 3.0.29
4
4
  Home-page: https://github.com/Muhammadali-Akbarov/payme-pkg
5
5
  Author: Muhammadali Akbarov
6
6
  Author-email: muhammadali17abc@gmail.com
@@ -2,7 +2,7 @@ payme/__init__.py,sha256=dzLIyA9kQl0sO6z9nHkZDTjkfiI1BepdifKtJbjX2Cw,46
2
2
  payme/admin.py,sha256=dEpd49Qo-LqhRH5FgZ8EiwVYOL4RxNrJa3uP_bkOoSE,561
3
3
  payme/apps.py,sha256=HHCY4zUNKPcjz25z0MahZcks0lsAxTGPS0Ml3U4DhZc,142
4
4
  payme/const.py,sha256=azndfKR53fe7mDfGW82Q-kwWdMu3x4S1upKc4gkYdlA,214
5
- payme/models.py,sha256=dpFCQOPXCU1JjNJgqjUb7rUxflSnCkiTCwaTzWWCbD0,4189
5
+ payme/models.py,sha256=bolFZdw3_Qx1cNAgjG8A6UfXgnCxQZNw3IbjFc_WqqU,4189
6
6
  payme/urls.py,sha256=_oUOwxW1Suc5TUmnj--lySYbotRg4yTDkDLJU20CGjE,145
7
7
  payme/util.py,sha256=UFb4cEnaufS_hh9C_0z079CSgJGivYjIgOl2iAFrBMs,625
8
8
  payme/views.py,sha256=Zd9bp1ZBwRsfQ3IPhwf6dLkXnBr9nuCfP83V0K6VBu8,13084
@@ -19,6 +19,7 @@ payme/migrations/0001_initial.py,sha256=jdtGB6bN-Za6N9XU8IuWsa5FbonGIRH5ro9xHwT7
19
19
  payme/migrations/0002_paymetransactions_fiscal_data.py,sha256=z-gxPP3IgN-XNPx6DEZUQ4E1XZceVnnpvUTcSkcv70c,395
20
20
  payme/migrations/0003_alter_paymetransactions_fiscal_data.py,sha256=Ish4Seup9pdEM0g4q4RQKrvUOWB2DXPN0RmIScKI2IQ,410
21
21
  payme/migrations/0004_alter_paymetransactions_account_id.py,sha256=Kzihw4-HHBG43fZ2WU-qLLU-kxN-plfS3mLeIEZGKxA,417
22
+ payme/migrations/0005_alter_paymetransactions_amount.py,sha256=q1oXti3OVmRi0C7fyuD_BgDtH_XW1lMN_rXB72976S8,442
22
23
  payme/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
24
  payme/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
25
  payme/types/request/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -26,8 +27,8 @@ payme/types/response/__init__.py,sha256=GAj5pjZ9oIO67T6YMiPd1fhTIvGrPfTv96tykfeC
26
27
  payme/types/response/cards.py,sha256=ncGaE5NzI5AJLbrzR41G7jkUHXO71BnrIiaiV-lKsPo,2006
27
28
  payme/types/response/receipts.py,sha256=zwbe74sKS9lQ7VSz5LnPkdlZZ_WCWorU-P2J0uxRuic,4401
28
29
  payme/types/response/webhook.py,sha256=E8IVD683T7wra4OxUWq5T6y7HGpjwOVk8ak0tS0b-_o,3084
29
- payme_pkg-3.0.28.dist-info/licenses/LICENSE.txt,sha256=75dBVYmbzWUhwtaB1MSZfj-M-PGaMmeT9UVPli2-ZJ0,1086
30
- payme_pkg-3.0.28.dist-info/METADATA,sha256=vaTLw91LWEOD825jfZ7tcruIOjwJRSOCCYIEHNTgvl4,5554
31
- payme_pkg-3.0.28.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
- payme_pkg-3.0.28.dist-info/top_level.txt,sha256=8mN-hGAa38pWbhrKHFs9CZywPCdidhMuwPKwuFJa0qw,6
33
- payme_pkg-3.0.28.dist-info/RECORD,,
30
+ payme_pkg-3.0.29.dist-info/licenses/LICENSE.txt,sha256=75dBVYmbzWUhwtaB1MSZfj-M-PGaMmeT9UVPli2-ZJ0,1086
31
+ payme_pkg-3.0.29.dist-info/METADATA,sha256=RuAtpUPtv4KZ4MpMsHpydopRIUYedWGOFVGZuzS9DP0,5554
32
+ payme_pkg-3.0.29.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
33
+ payme_pkg-3.0.29.dist-info/top_level.txt,sha256=8mN-hGAa38pWbhrKHFs9CZywPCdidhMuwPKwuFJa0qw,6
34
+ payme_pkg-3.0.29.dist-info/RECORD,,