Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/MercadoPago/Resources/Point/PaymentIntentPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/** PaymentIntentPayment class. */
class PaymentIntentPayment
{
/** Payment ID. */
public ?int $id;

/** Number of installments for the payment. */
public ?int $installments;

Expand Down
3 changes: 0 additions & 3 deletions src/MercadoPago/Resources/PreApproval.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class PreApproval extends MPResource
/** Payer ID. */
public ?int $payer_id;

/** Payer email. */
public ?string $payer_email;

/** Return URL. */
public ?string $back_url;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ class PreApprovalListResult
/** Payer ID. */
public ?int $payer_id;

/** Payer email. */
public ?string $payer_email;

/** Return URL. */
public ?string $back_url;

Expand Down