Мой код такой: следует
Код: Выделить всё
$stripe->subscriptions->cancel(
$subscription_id,
[
'invoice_now' => true,
'cancel_at_period_end' => true
]
);
Подробнее здесь: https://stackoverflow.com/questions/711 ... bscription
Код: Выделить всё
$stripe->subscriptions->cancel(
$subscription_id,
[
'invoice_now' => true,
'cancel_at_period_end' => true
]
);