Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
Souke
Seguir
5
Destacar
0
Fork
1
Código
Incidencias
1
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Stripe
refactoring
Guillaume
hace 3 años
padre
f07d27542a
commit
69ad3ae14b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+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;
Escribir
Vista previa
Cargando…
Cancelar
Guardar