logix-payment-shift4 1.1.3 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,9 +19,9 @@ It is **SPA-friendly** and handles payment results via **callback functions** in
19
19
  ## 📦 Installation
20
20
 
21
21
  ```bash
22
- npm install paymentform-shift4
22
+ npm i logix-payment-shift4
23
23
 
24
- import PaymentForm from "paymentform-shift4";
24
+ import PaymentForm from "logix-payment-shift4";
25
25
 
26
26
  <PaymentForm
27
27
  amount={1000}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logix-payment-shift4",
3
- "version": "1.1.3",
3
+ "version": "1.1.6",
4
4
  "description": "A React component library for integrating Shift4 payments with Logix applications.",
5
5
  "author": "Yusif Atababayev",
6
6
  "license": "ISC",