Changelog

Changelog

2.3.1
  • Fix - Change access modifiers of the wakeup function from protected to public.
  • Fix - Fix fatal errors when the WooCommerce plugin does not exist.
2.3.0
  • Feature - Adds support for Payers customer onboarding solution B2B SignUp. Read more on https://payer.eu/b2b-payment-platform/b2b-signup/.
  • Feature - If B2B SignUp is used, Payer B2B Invoice is only offered to the customers that has a valid credit risk.
2.2.5
  • Tweak - The invoice widget is now always showing on the order page.
  • Fix - Fix "free subscription" order notice incorrectly appearing on subscription that do not have a free subscription.
  • Fix - Fix order always defaulting to B2C even on B2B orders.
2.2.4
  • Fix - Fix the item quantity on refund always being 1 even when more than one was selected.
  • Fix - Fix the shipping amount on refund always being zero.
2.2.3
  • Fix - We will now send the PNO or OrgNr on renewal orders for card subscriptions.
2.2.2
  • Fix - Fix so we do not send negative values when doing refund requests, and changed endpoint for refund requests.
2.2.1
  • Fix - Change endpoint for update calls to match the new order creation endpoint.
2.2.0
  • Enhancement - Changed API endpoint for order creation to allow us to avoid rounding issues when sending prices to Payer.
2.1.2
  • Fix - Fixed an issue that would trigger an update attempt when updating an order in WooCommerce that Payer has already completed.
  • Fix - Fixed not sending the PNO or Org number to Payer for Card payments.
  • Tweak - Remove UI Version from card payments.
  • Tweak - Change the endpoint for card refunds.
  • Tweak - Changed default value and name of some settings.
2.1.1
  • Fix - Fixed an issue when a customer tried to complete a failed subscription payment using Payer B2B Card payments.
  • Fix - Fixed a logic error for the get address feature.
2.1.0
  • Feature - Added feature to change invoice delivery type and due date length on orders and subscriptions placed with either invoice option.
2.0.3
  • Enhancement - Allow customers to update the card used on a failed subscription purchase.
  • Enhancement - Improved refunds to prevent a mismatch on order line numbers for invoices.
2.0.2
  • Enhancement - Added a filterable 10 second timeout for requests.
  • Fix - Correctly send the invoice delivery type to Payer.
2.0.1
  • Enhancement - Added sending order lines on recurring payments with card payments.
  • Enhancement - Added tax calculations for fees.
2.0.0
  • Feature - Moved all payment methods over to the v2 API.
  • Feature - Added address fetch functionality in the checkout.
  • Feature - Added automatic or manual credit checks for invoice payments.
  • Feature - Added metabox to be able to see the payment status for invoices and other information.
  • Enhancement - Improved logic on checkout to only attempt to create an order with Payer if it is needed.
1.1.2
  • Fix - Fixed incorrect price calculation of fees when creating a Payer order.
1.1.1
  • Fix - Able to create Payer Invoice from admin without having to add shipping address.
1.1.0
  • Feature - Added card payment method.
  • Feature - Add subscription support for card payments.
  • Fetaure - Added feature to create Payer invoice from order admin view.
  • Tweak - Excluding unitPrice and unitVatAmount sent to Payer due to rounding issues.
  • Tweak - Only try to make a cancel request if order has been captured.
  • Tweak - Added support for multiple language codes in requests sent to Payer (for card payments).
1.0.1
  • Enhancement - Improved the error handling in the request class.
  • Enhancement - Improved the activation and cancelation calls to Payer to unhook the update function as well.
  • Fix - Changed so we do not make an attempt at updating an order without a Payer Order ID.
1.0.0
  • First release on Wordpress.org