You are here

function uc_stripe_update_7203 in Ubercart Stripe 7.3

Same name and namespace in other branches
  1. 7.2 uc_stripe.install \uc_stripe_update_7203()

Make sure cached library information is not used.

File

./uc_stripe.install, line 192
Installation file for the uc_stripe module.

Code

function uc_stripe_update_7203(&$sandbox) {
  cache_clear_all('stripe', 'cache_libraries');
}