Commits

Resurs Bank AB (Tomas Tornevall) authored a2971405f48
RWC-442 + WOO-697 * Fix: $this->apiData is now storing success/fail/backurls. * Fix: Synchronizing customer information will now occur after bookSignedPayment as the order won't exist before this moment. * Fix: getCustomerRealAddress is affected by the compaction of address data later used in admin metaboxes. So we stop compacting the data. * Fix: FROZEN and BOOKED are now using plugin successUrl instead of WooCommerce successUrl, as we need to pass through the sync-method on smaller amounts. * Fix: Customer synchronization is now also logged as a notice on the order. * Fix: Billing and shipping (for WooCommerce.php are no longer purged) leaving the method getAdminCustomerAddress unused. This is removed. * Fix: getCompactAddress() is now only purging fullName as we don't use it anywhere.