python-terminusgps 1.9.1__py3-none-any.whl → 1.9.3__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.
- {python_terminusgps-1.9.1.dist-info → python_terminusgps-1.9.3.dist-info}/METADATA +1 -1
- {python_terminusgps-1.9.1.dist-info → python_terminusgps-1.9.3.dist-info}/RECORD +6 -6
- terminusgps/authorizenet/profiles/addresses.py +2 -2
- terminusgps/authorizenet/profiles/payments.py +2 -1
- {python_terminusgps-1.9.1.dist-info → python_terminusgps-1.9.3.dist-info}/WHEEL +0 -0
- {python_terminusgps-1.9.1.dist-info → python_terminusgps-1.9.3.dist-info}/licenses/COPYING +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.3
|
|
4
4
|
Summary: Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more.
|
|
5
5
|
Project-URL: Documentation, https://app.terminusgps.com/docs/apps/python-terminusgps/index.html
|
|
6
6
|
Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
|
|
@@ -2,10 +2,10 @@ terminusgps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
terminusgps/settings.py,sha256=fxU6VuJVJaB_tHcIksH-3XPrFQHRD57nW7_9vMsZ6Ag,394
|
|
3
3
|
terminusgps/authorizenet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
terminusgps/authorizenet/auth.py,sha256=yznomWGTRbFiTDiugsRw1HqxJAV4aJKZFN3Bzdt_V8E,1119
|
|
5
|
-
terminusgps/authorizenet/profiles/addresses.py,sha256=
|
|
5
|
+
terminusgps/authorizenet/profiles/addresses.py,sha256=ir3GPdsSQtezQnM6IgavHj6Ii8uhOWGswIp_8KiN5OE,3377
|
|
6
6
|
terminusgps/authorizenet/profiles/base.py,sha256=LIPDK78HqzYanoZF_gtbmLBEB_YF_MM7CNWvharPrMk,1974
|
|
7
7
|
terminusgps/authorizenet/profiles/customers.py,sha256=vAD-bxUcNvAoIEQDdnu3QESiHPAjEV1g1i5l0tY5lVk,4536
|
|
8
|
-
terminusgps/authorizenet/profiles/payments.py,sha256=
|
|
8
|
+
terminusgps/authorizenet/profiles/payments.py,sha256=AaM85xA0KLgkJERpgXvTe4o3ygikkgTidB2Q0HKzC4E,5449
|
|
9
9
|
terminusgps/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
terminusgps/aws/secrets.py,sha256=kgRA77rs0mD4berWRLkPtJLOe4Grf--o5f8NzwQqXCk,360
|
|
11
11
|
terminusgps/wialon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -22,7 +22,7 @@ terminusgps/wialon/items/route.py,sha256=qOHPN_rejwiGqvwWzlwmUIAIyc3lKavCalf8ki6
|
|
|
22
22
|
terminusgps/wialon/items/unit.py,sha256=wzcLa0adMTKX6rtO4Vz6ntaxgY50rLk2KK_VBXlW_lQ,4680
|
|
23
23
|
terminusgps/wialon/items/unit_group.py,sha256=1yc7ldPIgGbtiTj0djRDWmt6Q9K_VT9sxOaioasbbLY,5212
|
|
24
24
|
terminusgps/wialon/items/user.py,sha256=bkcMw_YiocaMuhP_pBfB7apjAZwnsOzGScnGkn8Ybbw,6107
|
|
25
|
-
python_terminusgps-1.9.
|
|
26
|
-
python_terminusgps-1.9.
|
|
27
|
-
python_terminusgps-1.9.
|
|
28
|
-
python_terminusgps-1.9.
|
|
25
|
+
python_terminusgps-1.9.3.dist-info/METADATA,sha256=3HltAE0xwU_Io8dLDoHS2o8vaaOzL7ROx8TGCyFA72I,882
|
|
26
|
+
python_terminusgps-1.9.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
27
|
+
python_terminusgps-1.9.3.dist-info/licenses/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
28
|
+
python_terminusgps-1.9.3.dist-info/RECORD,,
|
|
@@ -43,11 +43,11 @@ class AddressProfile(AuthorizenetCustomerProfileBase):
|
|
|
43
43
|
merchantAuthentication=self.merchantAuthentication,
|
|
44
44
|
customerProfileId=self.customerProfileId,
|
|
45
45
|
address=addr,
|
|
46
|
-
|
|
46
|
+
defaultShippingAddress=self.default,
|
|
47
47
|
)
|
|
48
48
|
controller = createCustomerShippingAddressController(request)
|
|
49
49
|
response = self.execute_controller(controller)
|
|
50
|
-
return int(response.
|
|
50
|
+
return int(response.customerAddressId)
|
|
51
51
|
|
|
52
52
|
def _authorizenet_update_shipping_address(self, addr: customerAddressType) -> None:
|
|
53
53
|
assert self.id, "'id' was not set."
|
|
@@ -58,10 +58,11 @@ class PaymentProfile(AuthorizenetCustomerProfileBase):
|
|
|
58
58
|
billTo=billing_addr, payment=payment, default=self.default
|
|
59
59
|
),
|
|
60
60
|
validationMode=self.validationMode,
|
|
61
|
+
defaultPaymentProfile=self.default,
|
|
61
62
|
)
|
|
62
63
|
controller = createCustomerPaymentProfileController(request)
|
|
63
64
|
response = self.execute_controller(controller)
|
|
64
|
-
return int(response.
|
|
65
|
+
return int(response.customerPaymentProfileId)
|
|
65
66
|
|
|
66
67
|
def _authorizenet_update_payment_profile(
|
|
67
68
|
self, billing_addr: customerAddressType, payment: paymentType
|
|
File without changes
|
|
File without changes
|