You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param transaction_id: The transaction identifier for which you're providing consumption information. You receive this identifier in the CONSUMPTION_REQUEST notification the App Store sends to your server.
862
867
:param consumption_request: The request body containing consumption information.
863
868
:raises APIException: If a response was returned indicating the request could not be processed
864
869
"""
870
+
warnings.warn("send_consumption_data is deprecated, use send_consumption_information instead", DeprecationWarning, stacklevel=2)
:param transaction_id: The transaction identifier for which you're providing consumption information. You receive this identifier in the CONSUMPTION_REQUEST notification the App Store sends to your server's App Store Server Notifications V2 endpoint.
879
+
:param consumption_request: The request body containing consumption information.
880
+
:raises APIException: If a response was returned indicating the request could not be processed
:param transaction_id: The transaction identifier for which you're providing consumption information. You receive this identifier in the CONSUMPTION_REQUEST notification the App Store sends to your server.
1179
1199
:param consumption_request: The request body containing consumption information.
1180
1200
:raises APIException: If a response was returned indicating the request could not be processed
1181
1201
"""
1202
+
warnings.warn("send_consumption_data is deprecated, use send_consumption_information instead", DeprecationWarning, stacklevel=2)
:param transaction_id: The transaction identifier for which you're providing consumption information. You receive this identifier in the CONSUMPTION_REQUEST notification the App Store sends to your server's App Store Server Notifications V2 endpoint.
1211
+
:param consumption_request: The request body containing consumption information.
1212
+
:raises APIException: If a response was returned indicating the request could not be processed
A Boolean value that indicates whether you provided, prior to its purchase, a free sample or trial of the content, or information about its functionality.
0 commit comments