refactor: use checkout form builder and add preview mode to fulfilmen… #43
Annotations
10 errors and 1 warning
resources/models/checkoutfields.php#L58
Call to an undefined static method Igniter\User\Facades\Auth::customer().
|
src/Livewire/Checkout.php#L70
Property Igniter\Orange\Livewire\Checkout::$checkoutForm has unknown class Igniter\Cart\Classes\CheckoutForm as its type.
|
src/Livewire/Checkout.php#L169
Call to method getFields() on an unknown class Igniter\Cart\Classes\CheckoutForm.
|
src/Livewire/Checkout.php#L186
Call to method getTab() on an unknown class Igniter\Cart\Classes\CheckoutForm.
|
src/Livewire/Checkout.php#L274
Call to method getField() on an unknown class Igniter\Cart\Classes\CheckoutForm.
|
src/Livewire/Checkout.php#L338
Call to method validationRules() on an unknown class Igniter\Cart\Classes\CheckoutForm.
|
src/Livewire/Checkout.php#L339
Call to method validationMessages() on an unknown class Igniter\Cart\Classes\CheckoutForm.
|
src/Livewire/Checkout.php#L340
Call to method validationAttributes() on an unknown class Igniter\Cart\Classes\CheckoutForm.
|
src/Livewire/Checkout.php#L403
Parameter $checkoutForm of method Igniter\Orange\Livewire\Checkout::formExtendFieldsBefore() has invalid type Igniter\Cart\Classes\CheckoutForm.
|
src/Livewire/Checkout.php#L406
Access to property $fields on an unknown class Igniter\Cart\Classes\CheckoutForm.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading