Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. add_filter( 'gopay_notify_normal_product_status', 'toret_gopay_set_completed', 10, 2 );
  3. function toret_gopay_set_completed( $status, $order ){
  4.  
  5. return 'completed';
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement