Skip to content

Commit

Permalink
Fix PayPal account link callback URL
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Aug 8, 2023
1 parent 3f98c19 commit 5412c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/web-app/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REACT_APP_SEARCH_KEY=search-rwfg8y1bakmo68v2shpqd7ag
REACT_APP_SEARCH_ENGINE=salad-rewards-production

# PayPal
REACT_APP_PAYPAL_URL=https://www.paypal.com/connect/?flowEntry=static&client_id=AVXghg-TVgFdKBzEQ_MqWQCEAVM1ngdwl043GZvg_k9AZ1_FR0g3bKoFGIUVb2hmhCCglSRBBEXp7Zug&response_type=code&scope=openid%20email%20https%3A%2F%2Furi.paypal.com%2Fservices%2Fpaypalattributes&redirect_uri=https%253A%252F%252Fapp-api.salad.com%252Fapi%252Fv2%252Fpaypal-account-callback
REACT_APP_PAYPAL_URL=https://www.paypal.com/connect/?flowEntry=static&client_id=AVXghg-TVgFdKBzEQ_MqWQCEAVM1ngdwl043GZvg_k9AZ1_FR0g3bKoFGIUVb2hmhCCglSRBBEXp7Zug&response_type=code&scope=openid%20email%20https%3A%2F%2Furi.paypal.com%2Fservices%2Fpaypalattributes&redirect_uri=https%3A%2F%2Fapp-api.salad.com%2Fapi%2Fv2%2Fpaypal-account-callback

# Prohashing
REACT_APP_PROHASHING_USERNAME=salad
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REACT_APP_SEARCH_KEY=search-qced4ibef8m4s7xacm9hoqyk
REACT_APP_SEARCH_ENGINE=salad-rewards-test

# PayPal
REACT_APP_PAYPAL_URL=https://www.sandbox.paypal.com/connect/?flowEntry=static&client_id=AYjYnvjB968mKTIhMqUtLlNa8CJuF9rg_Q4m0Oym5gFvBkZEMPPoooXcG94OjSCjih7kI1_KM25EgfDs&response_type=code&scope=openid%20email%20https%3A%2F%2Furi.paypal.com%2Fservices%2Fpaypalattributes&redirect_uri=https%253A%252F%252Fapp-api-testing.salad.com%252Fapi%252Fv2%252Fpaypal-account-callback
REACT_APP_PAYPAL_URL=https://www.sandbox.paypal.com/connect/?flowEntry=static&client_id=AYjYnvjB968mKTIhMqUtLlNa8CJuF9rg_Q4m0Oym5gFvBkZEMPPoooXcG94OjSCjih7kI1_KM25EgfDs&response_type=code&scope=openid%20email%20https%3A%2F%2Furi.paypal.com%2Fservices%2Fpaypalattributes&redirect_uri=https%3A%2F%2Fapp-api-testing.salad.com%2Fapi%2Fv2%2Fpaypal-account-callback

# Prohashing
REACT_APP_PROHASHING_USERNAME=saladtest
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app/.netlify/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
if [[ "${PULL_REQUEST}" != 'false' || "${SITE_NAME}" =~ -test$ ]]
then
export REACT_APP_API_URL='https://app-api-testing.salad.com'
export REACT_APP_PAYPAL_URL='https://www.sandbox.paypal.com/connect/?flowEntry=static&client_id=AYjYnvjB968mKTIhMqUtLlNa8CJuF9rg_Q4m0Oym5gFvBkZEMPPoooXcG94OjSCjih7kI1_KM25EgfDs&response_type=code&scope=openid%20email%20https%3A%2F%2Furi.paypal.com%2Fservices%2Fpaypalattributes&redirect_uri=https%253A%252F%252Fapp-api-testing.salad.com%252Fapi%252Fv2%252Fpaypal-account-callback'
export REACT_APP_PAYPAL_URL='https://www.sandbox.paypal.com/connect/?flowEntry=static&client_id=AYjYnvjB968mKTIhMqUtLlNa8CJuF9rg_Q4m0Oym5gFvBkZEMPPoooXcG94OjSCjih7kI1_KM25EgfDs&response_type=code&scope=openid%20email%20https%3A%2F%2Furi.paypal.com%2Fservices%2Fpaypalattributes&redirect_uri=https%3A%2F%2Fapp-api-testing.salad.com%2Fapi%2Fv2%2Fpaypal-account-callback'
export REACT_APP_PROHASHING_USERNAME='saladtest'
export REACT_APP_SEARCH_ENGINE='salad-rewards-test'
export REACT_APP_SEARCH_KEY='search-qced4ibef8m4s7xacm9hoqyk'
Expand Down

0 comments on commit 5412c97

Please sign in to comment.