PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
configs
<?php # @*************************************************************************@ # @ @author Mansur Altamirov (Mansur_TL) @ # @ @author_url 1: https://www.instagram.com/mansur_tl @ # @ @author_url 2: http://codecanyon.net/user/mansur_tl @ # @ @author_email: highexpresstore@gmail.com @ # @*************************************************************************@ # @ ColibriSM - The Ultimate Modern Social Media Sharing Platform @ # @ Copyright (c) 21.03.2020 ColibriSM. All rights reserved. @ # @*************************************************************************@ require_once(cl_full_path('core/libs/paypal/vendor/autoload.php')); $paypal_conf = array( "secret_key" => $cl['config']['paypal_api_key'], "publishable_key" => $cl['config']['paypal_api_pass'] ); $paypal_creds = new \PayPal\Auth\OAuthTokenCredential($cl['config']['paypal_api_key'], $cl['config']['paypal_api_pass']); $paypal = new \PayPal\Rest\ApiContext($paypal_creds); $paypal->setConfig(array( 'mode' => $cl['config']['paypal_mode'] ));
[+]
..
[-] mailer.php
[edit]
[-] paypal.php
[edit]