Replies: 1 comment 2 replies
-
I'm not sure if I understand the question correctly. First of all, The route you declared If you want an example of how to verify a new purchase receipt, check the following: The following discussion might be helpful as well, #24. Check the selected answer and its replies. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Route is
Route::post('/liap/notifications', 'UserController@appStoreNotification')->name('liap.serverNotifications');
public function appStoreNotification(Request $request)
{
try {
Beta Was this translation helpful? Give feedback.
All reactions