Skip to content

Commit

Permalink
Fix "Access to an undefined property Pronamic\WordPress\Mollie\Paymen…
Browse files Browse the repository at this point in the history
…tRequest::$card_token".
  • Loading branch information
rvdsteege committed Dec 6, 2023
1 parent 2941dee commit 19f65f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/PaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@ class PaymentRequest implements JsonSerializable {
*/
public $consumer_account;

/**
* Card token for Credit Card.
*
* The card token from Mollie Components. The token contains the card information (such as
* card holder, card number, and expiry date) needed to complete the payment.
*
* @var string|null
*/
public $card_token;

/**
* Create Mollie payment request object.
*
Expand Down

0 comments on commit 19f65f8

Please sign in to comment.