Explorar el Código

Stripe

refactoring
Guillaume hace 3 años
padre
commit
69ad3ae14b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/controllers/StripeController.php

+ 1
- 1
backend/controllers/StripeController.php Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar