diff --git a/modules/receipt/commerce_pos_receipt.libraries.yml b/modules/receipt/commerce_pos_receipt.libraries.yml
index cd93c93..fe9aafa 100755
--- a/modules/receipt/commerce_pos_receipt.libraries.yml
+++ b/modules/receipt/commerce_pos_receipt.libraries.yml
@@ -10,12 +10,3 @@ receipt:
     - core/drupal
     - core/drupalSettings
     - core/drupal.ajax
-jQuery.print:
-  remote: https://github.com/DoersGuild/jQuery.print
-  version: 1.5.1
-  license:
-    name: CC BY 3.0
-    url: https://github.com/DoersGuild/jQuery.print/blob/master/LICENSE
-    gpl-compatible: no
-  js:
-    /libraries/jQuery.print/jQuery.print.js: {}
diff --git a/modules/receipt/commerce_pos_receipt.module b/modules/receipt/commerce_pos_receipt.module
index 3c2390b..ca6ad84 100644
--- a/modules/receipt/commerce_pos_receipt.module
+++ b/modules/receipt/commerce_pos_receipt.module
@@ -65,7 +65,7 @@ function commerce_pos_receipt_form_commerce_pos_alter(&$form, FormStateInterface
     ];
 
     $form['#attached']['library'][] = 'commerce_pos_receipt/receipt';
-    $form['#attached']['library'][] = 'commerce_pos_receipt/jQuery.print';
+    $form['#attached']['library'][] = 'commerce_pos/jQuery.print';
 
     $form['#attached']['drupalSettings']['commercePosReceipt'] = [
       'orderId' => $form_state->getValue('order_id'),
diff --git a/modules/receipt/templates/commerce-pos-receipt.html.twig b/modules/receipt/templates/commerce-pos-receipt.html.twig
index dd3eae8..b827473 100644
--- a/modules/receipt/templates/commerce-pos-receipt.html.twig
+++ b/modules/receipt/templates/commerce-pos-receipt.html.twig
@@ -11,7 +11,7 @@
 #}
 
 {{ attach_library('commerce_pos_receipt/receipt') }}
-{{ attach_library('commerce_pos_receipt/jQuery.print') }}
+{{ attach_library('commerce_pos/jQuery.print') }}
 <div class="commerce-pos-receipt">
     <div class="receipt-print">{{ receipt.print }}</div>
     <div class="receipt-header">{{ receipt.header }}</div>
