jobthomas / your-first-pr

0 stars 9 forks source link

Typo with action #6

Open DustinHartzler opened 4 years ago

DustinHartzler commented 4 years ago

Line 73 needs to be changed from:

add_action( 'woocommerce_checkout_process', 'h_wc_minimum_order_amount' );

to

add_action( 'woocommerce_checkout_process', 'hs_wc_minimum_order_amount' );

yukikatayama commented 4 years ago

I'll take this one!