Skip to content

1.2.2

Compare
Choose a tag to compare
@rez1dent3 rez1dent3 released this 10 Nov 18:53
· 2143 commits to master since this release
9edf842

Added

  • method public forcePay(Product $product): Transfer.
  • method public forceRefund(Product $product): bool.

Changed

  • the $force parameter was added to the pay method.
    public pay(Product $product, bool $force = false): Transfer.
  • the $force parameter was added to the safePay method.
    public safePay(Product $product, bool $force = false): ?Transfer.
  • the $force parameter was added to the canBuy method.
    public canBuy(Customer $customer, bool $force = false): bool.
  • the $force parameter was added to the refund method.
    public refund(Product $product, bool $force = false): bool.
  • the $force parameter was added to the safeRefund method.
    public safeRefund(Product $product, bool $force = false): bool.

Fixed

  • Fixed magic method.
    He accounted for unconfirmed transactions.

What's Changed

Full Changelog: 1.2.1...1.2.2