Skip to content

Commit

Permalink
chore: update BNPL constructor descriptions (#9696)
Browse files Browse the repository at this point in the history
  • Loading branch information
frosso authored Nov 11, 2024
1 parent c17812e commit 2f8071c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog/fix-dev-constructor-descriptions
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: chore: updated BNPL constructor descriptions.


2 changes: 1 addition & 1 deletion includes/payment-methods/class-affirm-payment-method.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Affirm_Payment_Method extends UPE_Payment_Method {
const PAYMENT_METHOD_STRIPE_ID = 'affirm';

/**
* Constructor for link payment method
* Constructor for Affirm payment method
*
* @param WC_Payments_Token_Service $token_service Token class instance.
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/payment-methods/class-afterpay-payment-method.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Afterpay_Payment_Method extends UPE_Payment_Method {
const PAYMENT_METHOD_STRIPE_ID = 'afterpay_clearpay';

/**
* Constructor for link payment method
* Constructor for Afterpay payment method
*
* @param WC_Payments_Token_Service $token_service Token class instance.
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/payment-methods/class-klarna-payment-method.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Klarna_Payment_Method extends UPE_Payment_Method {
const PAYMENT_METHOD_STRIPE_ID = 'klarna';

/**
* Constructor for link payment method
* Constructor for Klarna payment method
*
* @param WC_Payments_Token_Service $token_service Token class instance.
*/
Expand Down

0 comments on commit 2f8071c

Please sign in to comment.