You are here

public function StripePaymentMethodController::__wakeup in Stripe 7

Wakeup.

File

stripe_payment/includes/StripePaymentMethodController.inc, line 73
Stripe Payment controller class and helper code (classes and function).

Class

StripePaymentMethodController

Code

public function __wakeup() {
  static::loadLibrary();
}