You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.1.3/LICENSE) for more information.
37
-
38
-
## Privacy Policy
39
-
40
-
Please see the [PostFinance Checkout privacy policies site](https://www.postfinance.ch/en/detail/data-protection/general-privacy-policy.html) for more information.
41
-
42
-
## Terms of Use
43
-
44
-
Please see the [PostFinance Checkout terms of use site](https://www.postfinance.ch/content/dam/pfch/doc/0_399/00201_en.pdf) for more information.
Copy file name to clipboardExpand all lines: assets/css/admin.css
+13-19
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,22 @@
1
1
/**
2
-
* Plugin Name: PostFinanceCheckout
3
-
* Author: postfinancecheckout AG
4
-
* Text Domain: postfinancecheckout
5
-
* Domain Path: /languages/
2
+
* PostFinance Checkout WooCommerce
6
3
*
7
-
* PostFinanceCheckout
8
-
* This plugin will add support for all PostFinanceCheckout payments methods and connect the PostFinanceCheckout servers to your WooCommerce webshop (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
4
+
* This WooCommerce plugin enables to process payments with PostFinance Checkout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
9
5
*
10
-
* @category Class
11
-
* @package PostFinanceCheckout
12
-
* @author postfinancecheckout AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
Copy file name to clipboardExpand all lines: assets/css/checkout.css
+4-10
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,10 @@
1
1
/**
2
-
* Plugin Name: PostFinanceCheckout
3
-
* Author: postfinancecheckout AG
4
-
* Text Domain: postfinancecheckout
5
-
* Domain Path: /languages/
2
+
* PostFinance Checkout WooCommerce
6
3
*
7
-
* PostFinanceCheckout
8
-
* This plugin will add support for all PostFinanceCheckout payments methods and connect the PostFinanceCheckout servers to your WooCommerce webshop (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
4
+
* This WooCommerce plugin enables to process payments with PostFinance Checkout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
9
5
*
10
-
* @category Class
11
-
* @package PostFinanceCheckout
12
-
* @author postfinancecheckout AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
Copy file name to clipboardExpand all lines: assets/js/frontend/blocks/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,10 @@ How to modify this project
39
39
==========================
40
40
41
41
If you need to modify the source code of this project, you need to build the project. Everything needed is already configured in the package.json file.
42
-
If you have not done it before, you need to first install the dependencies needed by the project by running:
42
+
If you have not done it before, you need to fist install the dependencies needed by the project by running:
43
43
44
44
`npm install`
45
45
46
-
Please notice that you need at least npm version 10 or up.
47
-
48
46
After you have saved your changes, build the project by running:
0 commit comments