You are here

function commerce_paypal_post_update_3 in Commerce PayPal 8

Empty post update function.

File

./commerce_paypal.post_update.php, line 110
Post update functions for Commerce PayPal.

Code

function commerce_paypal_post_update_3() {

  // This used to contain logic to uninstall the "paypal_checkout" payment
  // method type which is no longer relevant and could cause issues when
  // upgrading from previous beta versions.
}