Skip to content

Commit

Permalink
Fix payment methods flow type and holding_currencies array (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko authored May 27, 2024
1 parent 99a0178 commit 16d432d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Checkout/Accounts/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Profile
public $default_holding_currency;

/**
* @var array
* @var array of Currency
*/
public $holding_currencies;
}
4 changes: 2 additions & 2 deletions lib/Checkout/Payments/Sessions/PaymentSessionsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ class PaymentSessionsRequest
public $payment_method_configuration;

/**
* @var string value of PaymentMethodsType
* @var array of PaymentMethodsType
*/
public $enabled_payment_methods;

/**
* @var string value of PaymentMethodsType
* @var array of PaymentMethodsType
*/
public $disabled_payment_methods;

Expand Down

0 comments on commit 16d432d

Please sign in to comment.