charge id
This commit is contained in:
@@ -262,7 +262,7 @@ $router->post('/admin/guest/checkout/{id}', function ($id) {
|
|||||||
'currency' => 'usd',
|
'currency' => 'usd',
|
||||||
'customer' => $guest->stripe_id,
|
'customer' => $guest->stripe_id,
|
||||||
]);
|
]);
|
||||||
$guest->checkout_stripe_id = $charge;
|
$guest->checkout_stripe_id = $charge->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
$client = new Postmark\PostmarkClient($_SERVER['POSTMARK_API_KEY']);
|
$client = new Postmark\PostmarkClient($_SERVER['POSTMARK_API_KEY']);
|
||||||
|
|||||||
Reference in New Issue
Block a user