PHP 클래스 RCP_Payment_Gateway_Stripe, restrict-content-pro

부터: 2.1
상속: extends RCP_Payment_Gateway
파일 보기 프로젝트 열기: restrictcontentpro/restrict-content-pro 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$publishable_key
$secret_key

공개 메소드들

메소드 설명
fields ( ) : string Add credit card fields
init ( ) Get things going
process_signup ( ) Process registration
process_webhooks ( )
scripts ( ) Load Stripe JS
validate_fields ( ) Validate additional fields during registration submission

보호된 메소드들

메소드 설명
handle_processing_error ( $e ) Handle Stripe processing error

비공개 메소드들

메소드 설명
create_plan ( $plan_name = '' ) : boolean | string Create plan in Stripe
plan_exists ( $plan ) : boolean | string Determine if a plan exists

메소드 상세

fields() 공개 메소드

Add credit card fields
부터: 2.1
public fields ( ) : string
리턴 string

handle_processing_error() 보호된 메소드

Handle Stripe processing error
부터: 2.5
protected handle_processing_error ( $e )
$e

init() 공개 메소드

Get things going
부터: 2.1
public init ( )

process_signup() 공개 메소드

Process registration
부터: 2.1
public process_signup ( )

process_webhooks() 공개 메소드

public process_webhooks ( )

scripts() 공개 메소드

Load Stripe JS
부터: 2.1
public scripts ( )

validate_fields() 공개 메소드

Validate additional fields during registration submission
부터: 2.1
public validate_fields ( )

프로퍼티 상세

$publishable_key 보호되어 있는 프로퍼티

protected $publishable_key

$secret_key 보호되어 있는 프로퍼티

protected $secret_key