Guest User

Untitled

a guest
Dec 11th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. add_action('woocommerce_checkout_update_order_review', 'show_klarna_data');
  2. function show_klarna_data($posted_data) {
  3. global $woocommerce;
  4. print_r($posted_data);
  5. }
Add Comment
Please, Sign In to add comment