Skip to content

Commit

Permalink
Add ECP to docblock as possible paymentMethodType
Browse files Browse the repository at this point in the history
  • Loading branch information
fredespo committed Aug 7, 2023
1 parent f06c0e8 commit d7b6ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/AbstractRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ protected function buildTransaction($paymentMethodType = null)
* method
*
* @param string|null $paymentMethodType (self::PAYMENT_METHOD_CREDIT_CARD, self::PAYMENT_METHOD_PAYPAL,
* self::PAYMENT_METHOD_APPLE_PAY,
* self::PAYMENT_METHOD_APPLE_PAY, self::PAYMENT_METHOD_ECP,
* null autodetects or sets nothing if no specifying data provided)
* @param bool $addAttributes default false
*
Expand Down

0 comments on commit d7b6ba2

Please sign in to comment.