whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
braintree
/
braintree_php
/
lib
/
Braintree
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/braintree/braintree_php/lib/Braintree/SignatureService.php
<?php //phpcs:disable PEAR.Commenting namespace Braintree; class SignatureService { // phpcs:ignore PEAR.Commenting.FunctionComment.Missing public function __construct($key, $digest) { $this->key = $key; $this->digest = $digest; } public function sign($payload) { return $this->hash($payload) . "|" . $payload; } public function hash($data) { return call_user_func($this->digest, $this->key, $data); } }
Copyright ©2021 || Defacer Indonesia