@htmlbricks/hb-payment-paypal 0.68.1 → 0.68.2

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/manifest.json +28 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -118,6 +118,33 @@
118
118
  "total": 40,
119
119
  "paypalid": "test"
120
120
  }
121
+ },
122
+ {
123
+ "name": "usdSmallTotal",
124
+ "description": "USD currency with a low order total.",
125
+ "data": {
126
+ "currency": "USD",
127
+ "total": 12.5,
128
+ "paypalid": "test"
129
+ }
130
+ },
131
+ {
132
+ "name": "eurLargeTotal",
133
+ "description": "Higher EUR amount for button sizing checks.",
134
+ "data": {
135
+ "currency": "EUR",
136
+ "total": 1499.99,
137
+ "paypalid": "test"
138
+ }
139
+ },
140
+ {
141
+ "name": "usdRound",
142
+ "description": "Round-dollar USD checkout.",
143
+ "data": {
144
+ "currency": "USD",
145
+ "total": 100,
146
+ "paypalid": "sandbox-client"
147
+ }
121
148
  }
122
149
  ],
123
150
  "iifeIntegrity": "sha384-9UihL13ihiP5gVsjBYf7WxDvnDdcqB/LnGoCHc/yX/RK3i6puB+JPDbFTSjhA1PP",
@@ -141,5 +168,5 @@
141
168
  "size": {},
142
169
  "iifePath": "main.iife.js",
143
170
  "repoName": "@htmlbricks/hb-payment-paypal",
144
- "version": "0.68.1"
171
+ "version": "0.68.2"
145
172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-payment-paypal",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
5
  "description": "Loads the PayPal JS SDK with your client id and currency, renders PayPal Buttons for a fixed order total, captures payment on approval, and dispatches paymentCompleted when the order is captured successfully.",
6
6
  "licenses": [