• Resolved pevete

    (@pevete)


    – 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..

    https://docs.woocommerce.com/wc-apidocs/class-WC_Order.html

    • This topic was modified 7 years, 6 months ago by pevete.
Viewing 1 replies (of 1 total)
  • Plugin Author vismapay

    (@hsuvant)

    Thank you for reporting this. We’ve now released a new version of the plugin (1.0.1) which should resolve this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Bambora payform plugin causing errors with latest woocommerce’ is closed to new replies.