Skip to content

Commit

Permalink
[ECP-8888] Update PHPDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Feb 18, 2025
1 parent 693ee3c commit e912d3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gateway/Request/LineItemsDataBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@

class LineItemsDataBuilder implements BuilderInterface
{
/**
* @param PaymentMethods $paymentMethodsHelper
* @param OpenInvoice $openInvoiceHelper
*/
public function __construct(
private readonly PaymentMethods $paymentMethodsHelper,
private readonly OpenInvoice $openInvoiceHelper
) { }

/**
* Add delivery\billing details into request
* Add `lineItems` to the request if the payment method requires this field
*
* @param array $buildSubject
* @return array
Expand Down

0 comments on commit e912d3a

Please sign in to comment.