Allows interacting with the Checkout API.
$response = $client->checkout()->show('pest-php-meetup-1-2021');
$response = $client->checkout()->redeem(
'pest-php-meetup-1-2021',
$googleRecaptchaResponse
);
Allows interacting with the Checkout API.
$response = $client->checkout()->show('pest-php-meetup-1-2021');
$response = $client->checkout()->redeem(
'pest-php-meetup-1-2021',
$googleRecaptchaResponse
);