Registry /
other / spryker-checkout-extension
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
CheckoutPreConditionPluginInterface
✓ use Spryker\Zed\CheckoutExtension\Dependency\Plugin\CheckoutPreConditionPluginInterface;
Implement a checkout pre-condition plugin.
use Spryker\Zed\CheckoutExtension\Dependency\Plugin\CheckoutPreConditionPluginInterface;
class MyPreConditionPlugin implements CheckoutPreConditionPluginInterface
{
public function check(QuoteTransfer $quote, CheckoutResponseTransfer $checkoutResponse): bool
{
return true;
}
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.