Skip to content

Commit

Permalink
correction in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficpest committed May 15, 2023
1 parent 83fe49e commit 744aec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions methods/paypal/inc/paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function set_pp_permissions($path_to_pp){
function load_pp_config($file){

$default_config = array(
'CLIENT_ID' => 'Your strike api key here',
'APP_SECRET' => 'Your name / company name here',
'CLIENT_ID' => 'Your PayPal Client ID key here',
'APP_SECRET' => 'Your PayPal App Secret here',
'WEBHOOK_ID' => 'Webhook ID from your Active Subscriptions',
);

Expand Down

0 comments on commit 744aec0

Please sign in to comment.