You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/4-59-2-2020-03-10.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,4 @@ The previous API release was assigned version number 4.14.1, while this release
29
29
30
30
* Previously, when creating a Linode ([POST /linode/instances](/api/v4/linode-instances/#post)) with a root password of 6 characters a \`Password must be between 6 and 128 characters\` error was returned. This bug has been fixed and the `root_pass` field will now accept a password of 6 characters.
31
31
* A bug has been fixed that was causing some Linode disk clones to fail ([POST /linode/instances/{linodeId}/disks/{diskId}/clone](/api/v4/linode-instances-linode-id-disks-disk-id-clone/#post)).
32
-
*When making a payment ([POST /account/payments](/api/v4/account-payments/#post)) or staging a PayPal payment ([POST /account/payments/paypal](/account-payments-paypal/#post)) the minimum accepted amount is $5 USD. Previously, there was a bug that allowed for payment amounts lower than $5 USD.
32
+
*Previously, a bug allowed customers with an account balance of $0 to make a payment ([POST /account/payments](/api/v4/account-payments/#post)) or stage a PayPal payment ([POST /account/payments/paypal](/api/v4/account-payments-paypal/#post)) of less than $5 USD. This bug has been fixed. Now, a minimum payment of $5 USD is required for any account with a balance of $0 USD.
0 commit comments