Browse Source

Merge branch 'dev'

prodstable
Guillaume 3 years ago
parent
commit
f6655a9ec1
1 changed files with 1 additions and 1 deletions
  1. +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;

Loading…
Cancel
Save