Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1075016
PhabricatorStripeConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
588 B
Referenced Files
None
Subscribers
None
PhabricatorStripeConfigOptions.php
View Options
<?php
final
class
PhabricatorStripeConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
"Integration with Stripe"
);
}
public
function
getDescription
()
{
return
pht
(
"Configure Stripe payments."
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'stripe.publishable-key'
,
'string'
,
null
)
->
setDescription
(
pht
(
'Stripe publishable key.'
)),
$this
->
newOption
(
'stripe.secret-key'
,
'string'
,
null
)
->
setDescription
(
pht
(
'Stripe secret key.'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 6:03 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
262799
Default Alt Text
PhabricatorStripeConfigOptions.php (588 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment