Browse Source

Stripe

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