@ranty/ranty-sdk 2.0.14-beta.2 → 2.0.15-beta.0
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/README.md
CHANGED
|
@@ -122,8 +122,6 @@ Para tener una mejor experiencia se recomienda embeber el tag de `<payfac-sdk></
|
|
|
122
122
|
#### Atributos:
|
|
123
123
|
|
|
124
124
|
- **mode**: card_on_file
|
|
125
|
-
- **merchantId**: identificador del merchant (uuid-v4)
|
|
126
|
-
- **userId**: string
|
|
127
125
|
- **env**:
|
|
128
126
|
- production (no requerido)
|
|
129
127
|
- staging (homologación)
|
|
@@ -135,8 +133,6 @@ Para tener una mejor experiencia se recomienda embeber el tag de `<payfac-sdk></
|
|
|
135
133
|
<payfac-sdk
|
|
136
134
|
paymentRequestId="uuid-v4"
|
|
137
135
|
publicKey="publicKey-merchant"
|
|
138
|
-
merchantId="uuid-v4"
|
|
139
|
-
userId="string"
|
|
140
136
|
mode="card_on_file"
|
|
141
137
|
></payfac-sdk>
|
|
142
138
|
</div>
|
|
@@ -149,9 +145,7 @@ Para tener una mejor experiencia se recomienda embeber el tag de `<payfac-sdk></
|
|
|
149
145
|
<payfac-sdk
|
|
150
146
|
paymentRequestId="uuid-v4"
|
|
151
147
|
publicKey="publicKey-merchant"
|
|
152
|
-
merchantId="uuid-v4"
|
|
153
148
|
userId="string"
|
|
154
|
-
mode="card_on_file"
|
|
155
149
|
env="staging"
|
|
156
150
|
></payfac-sdk>
|
|
157
151
|
</div>
|