Bambora payform plugin causing errors with latest woocommerce
-
– id was called incorrectly. Order properties should not be accessed directly.
– order_total was called incorrectly
– billing_email was called incorrectly.
– billing_first_name was called incorrectly
– billing_last_name was called incorrectly..
– billing_email was called incorrectly.
– billing_address_1 was called incorrectly.
– billing_address_2 was called incorrectly.
– billing_city was called incorrectly.
– billing_postcode was called incorrectly.
– order_shipping was called incorrectly.
– order_discount was called incorrectly.WC_Gateway_Bambora_PayForm->process_payment is using deprecated methods to get above data. $order->id should be $order->get_id() and so on..
- The topic ‘Bambora payform plugin causing errors with latest woocommerce’ is closed to new replies.