This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'dev'
prodstable
Guillaume
3 years ago
parent
b8e89950be
69ad3ae14b
commit
f6655a9ec1
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
backend/controllers/StripeController.php
+ 1
- 1
backend/controllers/StripeController.php
View File
@@ -99,7 +99,7 @@ class StripeController extends BackendController
// Handle the event
switch ($event->type) {
case '
payment_intent
.succeeded':
case '
charge
.succeeded':
$paymentIntent = $event->data->object;
$creditHistory = new CreditHistory;
Write
Preview
Loading…
Cancel
Save