CORE POS - IS4C
The CORE POS front end
Public Attributes | List of all members
StripeDotCom Class Reference
Inheritance diagram for StripeDotCom:
COREPOS\pos\plugins\Plugin

Public Attributes

 $plugin_settings
 
 $plugin_description = 'Plugin for accepting payments via stripe.com'
 

Additional Inherited Members

- Public Member Functions inherited from COREPOS\pos\plugins\Plugin
 plugin_transaction_reset ()
 
 plugin_draw_icon ()
 
 pluginUrl ()
 
- Static Protected Member Functions inherited from COREPOS\pos\plugins\Plugin
static getPluginList ()
 
static defaultSearchDir ()
 
- Static Protected Attributes inherited from COREPOS\pos\plugins\Plugin
static $unmapped_files = array('Plugin.php')
 

Member Data Documentation

StripeDotCom::$plugin_settings
Initial value:
= array(
'StripeLiveKey' => array('default'=>'','label'=>'API Secret Key (Live)',
'description'=>'stripe.com live API private key'),
'StripeLivePublic' => array('default'=>'','label'=>'API Publishable Key (Live)',
'description'=>'stripe.com live API public key'),
'StripeTestKey' => array('default'=>'','label'=>'API Secret Key (Test)',
'description'=>'stripe.com testing API private key'),
'StripeTestPublic' => array('default'=>'','label'=>'API Publishable Key (Test)',
'description'=>'stripe.com test API public key'),
'StripeBitCoinTender' => array('default'=>'BC','label'=>'Tender Code',
'description'=>'Two-letter tender code for bitcoin payments.'),
'StripeCurrency' => array('default'=>'USD',
'options'=>array('US Dollars'=>'USD','Euros'=>'EUR','Bitcoin'=>'BTC')
)
)

The documentation for this class was generated from the following file: