Skip to content

Call to a member function extendTrial() on null #28

@vaporic

Description

@vaporic

Hola quiero implementar extendTrial() pero obtengo un error:

$subscription = $order->subscription('monthly')->create($request->conektaTokenId, [
'email' => '[email protected]',
'name' => 'Nombre'
]);
$subscription->extendTrial(Carbon::now()->addMonth());

Call to a member function extendTrial() on null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions