Skip to content

Commit 27d4f25

Browse files
authored
Merge pull request #848 from Adyen/sdk-automation/negativebalancewarningwebhooks
[negativebalancewarningwebhooks] Code generation: update services and models
2 parents 8f89f4f + f04de09 commit 27d4f25

File tree

1 file changed

+2
-2
lines changed
  • src/Adyen/Model/NegativeBalanceWarningWebhooks

1 file changed

+2
-2
lines changed

src/Adyen/Model/NegativeBalanceWarningWebhooks/Amount.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public function getCurrency()
299299
/**
300300
* Sets currency
301301
*
302-
* @param string $currency The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
302+
* @param string $currency The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
303303
*
304304
* @return self
305305
*/
@@ -323,7 +323,7 @@ public function getValue()
323323
/**
324324
* Sets value
325325
*
326-
* @param int $value The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
326+
* @param int $value The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
327327
*
328328
* @return self
329329
*/

0 commit comments

Comments
 (0)