Skip to content

Commit

Permalink
use the current library
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpolomsky committed Jan 9, 2018
1 parent adce7d1 commit e4acec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ protected function get_customer_statement( $order, $payment_type ) {
$shop_name = get_bloginfo('name');
$order_reference = strval( intval( $this->get_order_reference( $order ) ) );

if ( $payment_type == WirecardCEE_QMore_PaymentType::POLI ) {
if ( $payment_type == WirecardCEE_QPay_PaymentType::POLI ) {
return sprintf( '%9s', substr( get_bloginfo( 'name' ), 0, 9 ) );
}

Expand Down

0 comments on commit e4acec7

Please sign in to comment.