@hypay/typescript-sdk 1.0.0 → 1.0.1
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.
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -163,6 +163,12 @@ interface PayPageParams extends ClientData, InvoiceParams {
|
|
|
163
163
|
Amount?: number;
|
|
164
164
|
/** Internal field for the website owner (returned to success page, not saved in Hypay) */
|
|
165
165
|
Order?: string;
|
|
166
|
+
/** Free text field returned in the response (not saved in Hypay servers) */
|
|
167
|
+
Fild1?: string;
|
|
168
|
+
/** Free text field returned in the response (not saved in Hypay servers) */
|
|
169
|
+
Fild2?: string;
|
|
170
|
+
/** Free text field returned in the response (not saved in Hypay servers) */
|
|
171
|
+
Fild3?: string;
|
|
166
172
|
/** Max number of payments selectable by the customer */
|
|
167
173
|
Tash?: number;
|
|
168
174
|
/** Payment type: regular (1) or credit (6) */
|
package/dist/index.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ interface PayPageParams extends ClientData, InvoiceParams {
|
|
|
163
163
|
Amount?: number;
|
|
164
164
|
/** Internal field for the website owner (returned to success page, not saved in Hypay) */
|
|
165
165
|
Order?: string;
|
|
166
|
+
/** Free text field returned in the response (not saved in Hypay servers) */
|
|
167
|
+
Fild1?: string;
|
|
168
|
+
/** Free text field returned in the response (not saved in Hypay servers) */
|
|
169
|
+
Fild2?: string;
|
|
170
|
+
/** Free text field returned in the response (not saved in Hypay servers) */
|
|
171
|
+
Fild3?: string;
|
|
166
172
|
/** Max number of payments selectable by the customer */
|
|
167
173
|
Tash?: number;
|
|
168
174
|
/** Payment type: regular (1) or credit (6) */
|