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
39056eb5
Commit
39056eb5
authored
5 years ago
by
mattwire
Browse files
Options
Downloads
Patches
Plain Diff
Fix loading of confirm JS on contribution thankyou page
parent
cf4e17a3
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!70
6.2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CRM/Stripe/BAO/StripePaymentintent.php
+1
-1
1 addition, 1 deletion
CRM/Stripe/BAO/StripePaymentintent.php
stripe.php
+1
-1
1 addition, 1 deletion
stripe.php
with
2 additions
and
2 deletions
CRM/Stripe/BAO/StripePaymentintent.php
+
1
−
1
View file @
39056eb5
...
...
@@ -39,7 +39,7 @@ class CRM_Stripe_BAO_StripePaymentintent extends CRM_Stripe_DAO_StripePaymentint
public
static
function
create
(
$params
)
{
$instance
=
new
self
;
try
{
if
(
$params
[
'id'
])
{
if
(
!
empty
(
$params
[
'id'
])
)
{
$instance
->
id
=
$params
[
'id'
];
}
elseif
(
$params
[
'paymentintent_id'
])
{
...
...
This diff is collapsed.
Click to expand it.
stripe.php
+
1
−
1
View file @
39056eb5
...
...
@@ -136,7 +136,7 @@ function stripe_civicrm_buildForm($formName, &$form) {
}
switch
(
$formName
)
{
case
'CRM_Contribut
ion
_Form_ThankYou'
:
case
'CRM_Contribut
e
_Form_
Contribution_
ThankYou'
:
case
'CRM_Event_Form_Registration_ThankYou'
:
\Civi
::
resources
()
->
addScriptFile
(
E
::
LONG_NAME
,
'js/civicrmStripeConfirm.js'
);
...
...
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