wip paypal credentials output in menu, but they dont update yet

This commit is contained in:
asus
2024-03-25 16:21:33 +01:00
parent 4036f4300d
commit c9f0522ecc
3 changed files with 34 additions and 5 deletions

View File

@@ -123,8 +123,8 @@ class PLGNTLS_class {
'_name'=>'cipf_paypal_credentials',
'_default' => [
'is_sandbox' =>true,
'client_id' =>PAYPAL_HUGO_SBOX_CLIENT_ID,
'client_secret'=>PAYPAL_HUGO_SBOX_CLIENT_SECRET,
'client_id' =>'AfcmwxIXlG2ZxaMdjazX57I70BXz__aEqNWaTnqfSCI34a0V7nMbytswx7EViUjlpHs7opyrRwaH9YLl',
'client_secret'=>'EGunIhGRjPvn0Z8wXO0JsdhET30OStTAH_IyRsmhimEN23_qiRSFD-ql4tvnulKJw6TitZ-vU-ytc4A-',
],
];