Skip to content

Commit

Permalink
Fix : Failure action on place order button
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDOMENECH committed Jul 30, 2020
1 parent d6ef1a5 commit c5d264f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function create_order( $proposal ) {
) );

// translators: Create order 00001 for the third party Eoxia.
LOG_Util::log( sprintf( 'Create order %s for the third party %s', $doli_order->ref, $third_party->data['title'] ), 'wpshop2' );
LOG_Util::log( sprintf( 'Create order %s for the third party %s', $doli_order->ref, $third_party[0]->data['title'] ), 'wpshop2' );

$wp_order = Doli_Order::g()->get( array( 'schema' => true ), true );
$wp_order = Doli_Order::g()->doli_to_wp( $doli_order, $wp_order, true );
Expand Down

0 comments on commit c5d264f

Please sign in to comment.