Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Laclic
/
Souke
Observar
5
Favorito
0
Fork
1
Código
Issues
1
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Stripe
refactoring
Guillaume
3 anos atrás
pai
f07d27542a
commit
69ad3ae14b
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
backend/controllers/StripeController.php
+ 1
- 1
backend/controllers/StripeController.php
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar