PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
paid-memberships-pro
/
includes
/
lib
/
Stripe
/
lib
/
Error
<?php namespace Stripe\Error; class SignatureVerification extends Base { public function __construct( $message, $sigHeader, $httpBody = null ) { parent::__construct($message, null, $httpBody, null, null); $this->sigHeader = $sigHeader; } public function getSigHeader() { return $this->sigHeader; } }
[+]
..
[-] Card.php
[edit]
[-] Authentication.php
[edit]
[-] InvalidRequest.php
[edit]
[-] RateLimit.php
[edit]
[-] Permission.php
[edit]
[+]
OAuth
[-] ApiConnection.php
[edit]
[-] SignatureVerification.php
[edit]
[-] Base.php
[edit]
[-] Api.php
[edit]