Skip to content

Commit

Permalink
fix: telgi review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bird87ZA committed Feb 12, 2025
1 parent 52e3fb4 commit 88f6388
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/Util/Availability/AvailabilityContextBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
* @internal
*/
#[Package('checkout')]
class AvailabilityContextBuilder
final class AvailabilityContextBuilder
{
private function __construct()
{
}

public static function buildFromCart(Cart $cart, SalesChannelContext $salesChannelContext): AvailabilityContext
{
return self::buildContext(
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Lifecycle/Method/PayLaterMethodData.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PayLaterMethodData extends AbstractMethodData implements CheckoutDataMetho
public const PAYPAL_PAY_LATER_FIELD_DATA_EXTENSION_ID = 'payPalPayLaterFieldData';

/**
* @var array<string, array<string, string|float>>
* @var array<string, array{currency: string, minAmount: float, maxAmount: float}>
*
* @see https://developer.paypal.com/studio/checkout/pay-later/{{countryCode}}
*/
Expand Down

0 comments on commit 88f6388

Please sign in to comment.