Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stripe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Extensions
Stripe
Commits
ebbb8583
Commit
ebbb8583
authored
12 years ago
by
drastik
Browse files
Options
Downloads
Patches
Plain Diff
removed old placeholder
parent
f24c9288
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Core/Payment/Stripe.php
+0
-5
0 additions, 5 deletions
CRM/Core/Payment/Stripe.php
with
0 additions
and
5 deletions
CRM/Core/Payment/Stripe.php
+
0
−
5
View file @
ebbb8583
...
...
@@ -60,11 +60,6 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
$config
=
CRM_Core_Config
::
singleton
();
$error
=
array
();
/* require_once("stripe-php/lib/Stripe.php");
Stripe::setApiKey($this->_paymentProcessor['user_name']);
$stripe_plan = Stripe_Plan::retrieve('something');
CRM_Core_Error::debug('plan', $stripe_plan);*/
if
(
empty
(
$this
->
_paymentProcessor
[
'user_name'
]))
{
$error
[]
=
ts
(
'The "Secret Key" is not set in the Stripe Payment Processor settings.'
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment