@akinon/pz-saved-card 1.97.0-snapshot-ZERO-3634-20250918132143 → 1.97.0-snapshot-ZERO-3634-20250918135053
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/redux/api.ts
CHANGED
|
@@ -208,6 +208,8 @@ const IyzicoSavedCardOption = ({
|
|
|
208
208
|
if (type === 'existing-card') {
|
|
209
209
|
const res = await completeSavedCard({
|
|
210
210
|
agreement: data.agreement,
|
|
211
|
+
register_consumer_card:
|
|
212
|
+
window.universalCardStorage.registerConsumerCard,
|
|
211
213
|
consumer_token: window.universalCardStorage.consumerToken,
|
|
212
214
|
card_token: window.universalCardStorage.cardToken
|
|
213
215
|
});
|