Skip to content

v5.6.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 11 Jul 21:38
· 282 commits to master since this release
f14bbdb
  • Adds Billing.retrievePaymentMethods(), Billing.fundWallet(), and Billing.deletePaymentMethod() functions
  • Deprecates some existing payment method and credit card functions and features (repleaced by new Billing functions):
    • Deprecates CreditCard.fund() and CreditCard.delete() functions
    • Deprecates PaymentMethod.all() function
    • Deprecates certain PaymentMethod object functions
  • Some getX functions have been deprecated and renamed to simply X to avoid confusion with proper getter/setter
    functions.
    • getSmartrates() -> smartrates()
    • getLowestSmartRate() -> findLowestSmartrate()
  • Adds OS specific details to the user-agent header