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
Stripe
refactoring
Guillaume
3 years ago
parent
f07d27542a
commit
69ad3ae14b
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