Skip to content

Commit b8c8bab

Browse files
committed
VED-79B-payload3
1 parent 1ec00f8 commit b8c8bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mns_subscription/src/mns_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def subscribe_notification(self) -> dict | None:
4848
response = requests.post(MNS_URL, headers=self.request_headers, data=json.dumps(self.subscription_payload))
4949
print(f"MNS_URL: {MNS_URL}")
5050
print(f"ACCESS_TOKEN: {self.access_token}")
51+
print(f"SQS_ARN: {self.SQS_ARN}")
5152
print(f"PAYLOAD: {self.subscription_payload}")
5253
print(f"HEADERS: {self.request_headers}")
5354
if response.status_code == 201:

0 commit comments

Comments
 (0)