Skip to content

Commit

Permalink
Remove Payvision, deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 2, 2023
1 parent 561edb2 commit 979deeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ function ( $value, $post_id, $meta_key, $single ) {
return ( 'test' === $mode ) ? 'ingenico-orderstandard-test' : 'ingenico-orderstandard';
case 'paypal':
return ( 'test' === $mode ) ? 'paypal-sandbox' : 'paypal';
case 'payvision':
return ( 'test' === $mode ) ? 'payvision-staging' : 'payvision';
case 'rabobank-ideal-professional-v3':
return ( 'test' === $mode ) ? 'rabobank-ideal-professional-test' : 'rabobank-ideal-professional';
case 'rabobank-omnikassa-2':
Expand Down

0 comments on commit 979deeb

Please sign in to comment.