feedingamerica / freshtrak-client

3 stars 2 forks source link

Update BETA Create User API Endpoint #268

Open thompson2091 opened 3 years ago

thompson2091 commented 3 years ago

Currently, freshtrak.com sends an API request to secure.pantrytrak.com (create_freshtrak_user.php & create_freshtrak_reservation.php) when a new user is created. We want beta.freshtrak.com to point to beta.pantrytrak.com, instead.

Currently in BETA https://secure.pantrytrak.com/core/admin/freshtrak_sync/api/create_freshtrak_user.php https://secure.pantrytrak.com/core/admin/freshtrak_sync/api/create_freshtrak_reservation.php

What we want on BETA https://beta.pantrytrak.com/core/admin/freshtrak_sync/api/create_freshtrak_user.php https://beta.pantrytrak.com/core/admin/freshtrak_sync/api/create_freshtrak_reservation.php

maheshkurma commented 3 years ago

fixed in freshtrak-registration-api PR- https://github.com/midohiofoodbank/freshtrak-registration-api/pull/57