Update webhook spec for Stripe
This commit is contained in:
parent
4e201b35cf
commit
53222244ac
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class Gateway extends StaticModel
|
|||
break;
|
||||
case 56:
|
||||
return [
|
||||
GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true],
|
||||
GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true, 'webhooks' => ['payment_intent.succeeded']],
|
||||
GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable','charge.succeeded']],
|
||||
GatewayType::ALIPAY => ['refund' => false, 'token_billing' => false],
|
||||
GatewayType::APPLE_PAY => ['refund' => false, 'token_billing' => false],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue