react-native-payengine 2.0.5 → 2.0.8
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 +26 -11
- package/android/build.gradle +2 -2
- package/android/payment-sdk-debug-1.0.3.aar +0 -0
- package/android/payment-sdk-release-1.0.3.aar +0 -0
- package/android/src/main/java/com/reactnativepayengine/v2/features/googlepay/RNPEGooglePayButton.kt +33 -10
- package/android/src/main/java/com/reactnativepayengine/v2/features/googlepay/RNPEGooglePayButtonManager.kt +17 -7
- package/android/src/main/java/com/reactnativepayengine/v2/features/googlepay/RNPEPaymentRequest.kt +20 -0
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/Headers/PayEngineSDK-Swift.h +2 -2
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/Info.plist +0 -0
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios.abi.json +219 -328
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios.swiftinterface +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios.swiftinterface-e +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64/PayEngineSDK.framework/PayEngineSDK +0 -0
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Headers/PayEngineSDK-Swift.h +4 -4
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Info.plist +0 -0
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +219 -328
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +219 -328
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/Modules/PayEngineSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e +2 -14
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/PayEngineSDK +0 -0
- package/ios/PayEngineSDK.xcframework/ios-arm64_x86_64-simulator/PayEngineSDK.framework/VGSCollectSDK_VGSCollectSDK.bundle/Assets.car +0 -0
- package/ios/Sources/Classes/ApplePay/RNPEApplePayButton.swift +7 -7
- package/ios/Sources/Classes/ApplePay/RNPEApplePayPaymentRequest.swift +41 -2
- package/ios/Sources/Classes/RNPayEngineNative.swift +12 -10
- package/lib/commonjs/components/v2/ApplePay/PEApplePayButton.js +3 -1
- package/lib/commonjs/components/v2/ApplePay/PEApplePayButton.js.map +1 -1
- package/lib/commonjs/components/v2/GooglePay/PEGooglePayButton.js +6 -3
- package/lib/commonjs/components/v2/GooglePay/PEGooglePayButton.js.map +1 -1
- package/lib/commonjs/components/v2/PEPaymentRequest.js +71 -1
- package/lib/commonjs/components/v2/PEPaymentRequest.js.map +1 -1
- package/lib/commonjs/index.js +24 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/components/v2/ApplePay/PEApplePayButton.js +3 -1
- package/lib/module/components/v2/ApplePay/PEApplePayButton.js.map +1 -1
- package/lib/module/components/v2/GooglePay/PEGooglePayButton.js +6 -3
- package/lib/module/components/v2/GooglePay/PEGooglePayButton.js.map +1 -1
- package/lib/module/components/v2/PEPaymentRequest.js +58 -0
- package/lib/module/components/v2/PEPaymentRequest.js.map +1 -1
- package/lib/module/index.js +2 -2
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/components/v2/PEPaymentRequest.d.ts +39 -1
- package/lib/typescript/index.d.ts +2 -2
- package/package.json +1 -1
- package/src/components/v2/ApplePay/PEApplePayButton.tsx +4 -1
- package/src/components/v2/GooglePay/PEGooglePayButton.tsx +9 -4
- package/src/components/v2/PEPaymentRequest.ts +65 -6
- package/src/index.tsx +6 -1
- package/android/payment-sdk-debug-1.0.2.aar +0 -0
- package/android/payment-sdk-release-1.0.2.aar +0 -0
|
@@ -7149,10 +7149,15 @@
|
|
|
7149
7149
|
"printedName": "ApplePayPaymentRequest",
|
|
7150
7150
|
"children": [
|
|
7151
7151
|
{
|
|
7152
|
-
"kind": "
|
|
7153
|
-
"name": "
|
|
7154
|
-
"printedName": "paymentItems",
|
|
7152
|
+
"kind": "Function",
|
|
7153
|
+
"name": "build",
|
|
7154
|
+
"printedName": "build(paymentItems:paymentAmount:currencyCode:requiredBillingContactFields:requiredShippingContactFields:)",
|
|
7155
7155
|
"children": [
|
|
7156
|
+
{
|
|
7157
|
+
"kind": "TypeNominal",
|
|
7158
|
+
"name": "Void",
|
|
7159
|
+
"printedName": "()"
|
|
7160
|
+
},
|
|
7156
7161
|
{
|
|
7157
7162
|
"kind": "TypeNominal",
|
|
7158
7163
|
"name": "Array",
|
|
@@ -7165,312 +7170,58 @@
|
|
|
7165
7170
|
"usr": "c:objc(cs)PKPaymentSummaryItem"
|
|
7166
7171
|
}
|
|
7167
7172
|
],
|
|
7173
|
+
"hasDefaultArg": true,
|
|
7168
7174
|
"usr": "s:Sa"
|
|
7169
|
-
}
|
|
7170
|
-
],
|
|
7171
|
-
"declKind": "Var",
|
|
7172
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC12paymentItemsSaySo20PKPaymentSummaryItemCGvp",
|
|
7173
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC12paymentItemsSaySo20PKPaymentSummaryItemCGvp",
|
|
7174
|
-
"moduleName": "PayEngineSDK",
|
|
7175
|
-
"declAttributes": [
|
|
7176
|
-
"Lazy",
|
|
7177
|
-
"AccessControl",
|
|
7178
|
-
"RawDocComment"
|
|
7179
|
-
],
|
|
7180
|
-
"accessors": [
|
|
7181
|
-
{
|
|
7182
|
-
"kind": "Accessor",
|
|
7183
|
-
"name": "Get",
|
|
7184
|
-
"printedName": "Get()",
|
|
7185
|
-
"children": [
|
|
7186
|
-
{
|
|
7187
|
-
"kind": "TypeNominal",
|
|
7188
|
-
"name": "Array",
|
|
7189
|
-
"printedName": "[PassKit.PKPaymentSummaryItem]",
|
|
7190
|
-
"children": [
|
|
7191
|
-
{
|
|
7192
|
-
"kind": "TypeNominal",
|
|
7193
|
-
"name": "PKPaymentSummaryItem",
|
|
7194
|
-
"printedName": "PassKit.PKPaymentSummaryItem",
|
|
7195
|
-
"usr": "c:objc(cs)PKPaymentSummaryItem"
|
|
7196
|
-
}
|
|
7197
|
-
],
|
|
7198
|
-
"usr": "s:Sa"
|
|
7199
|
-
}
|
|
7200
|
-
],
|
|
7201
|
-
"declKind": "Accessor",
|
|
7202
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC12paymentItemsSaySo20PKPaymentSummaryItemCGvg",
|
|
7203
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC12paymentItemsSaySo20PKPaymentSummaryItemCGvg",
|
|
7204
|
-
"moduleName": "PayEngineSDK",
|
|
7205
|
-
"implicit": true,
|
|
7206
|
-
"accessorKind": "get"
|
|
7207
7175
|
},
|
|
7208
|
-
{
|
|
7209
|
-
"kind": "Accessor",
|
|
7210
|
-
"name": "Set",
|
|
7211
|
-
"printedName": "Set()",
|
|
7212
|
-
"children": [
|
|
7213
|
-
{
|
|
7214
|
-
"kind": "TypeNominal",
|
|
7215
|
-
"name": "Void",
|
|
7216
|
-
"printedName": "()"
|
|
7217
|
-
},
|
|
7218
|
-
{
|
|
7219
|
-
"kind": "TypeNominal",
|
|
7220
|
-
"name": "Array",
|
|
7221
|
-
"printedName": "[PassKit.PKPaymentSummaryItem]",
|
|
7222
|
-
"children": [
|
|
7223
|
-
{
|
|
7224
|
-
"kind": "TypeNominal",
|
|
7225
|
-
"name": "PKPaymentSummaryItem",
|
|
7226
|
-
"printedName": "PassKit.PKPaymentSummaryItem",
|
|
7227
|
-
"usr": "c:objc(cs)PKPaymentSummaryItem"
|
|
7228
|
-
}
|
|
7229
|
-
],
|
|
7230
|
-
"usr": "s:Sa"
|
|
7231
|
-
}
|
|
7232
|
-
],
|
|
7233
|
-
"declKind": "Accessor",
|
|
7234
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC12paymentItemsSaySo20PKPaymentSummaryItemCGvs",
|
|
7235
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC12paymentItemsSaySo20PKPaymentSummaryItemCGvs",
|
|
7236
|
-
"moduleName": "PayEngineSDK",
|
|
7237
|
-
"implicit": true,
|
|
7238
|
-
"accessorKind": "set"
|
|
7239
|
-
},
|
|
7240
|
-
{
|
|
7241
|
-
"kind": "Accessor",
|
|
7242
|
-
"name": "Modify",
|
|
7243
|
-
"printedName": "Modify()",
|
|
7244
|
-
"children": [
|
|
7245
|
-
{
|
|
7246
|
-
"kind": "TypeNominal",
|
|
7247
|
-
"name": "Void",
|
|
7248
|
-
"printedName": "()"
|
|
7249
|
-
}
|
|
7250
|
-
],
|
|
7251
|
-
"declKind": "Accessor",
|
|
7252
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC12paymentItemsSaySo20PKPaymentSummaryItemCGvM",
|
|
7253
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC12paymentItemsSaySo20PKPaymentSummaryItemCGvM",
|
|
7254
|
-
"moduleName": "PayEngineSDK",
|
|
7255
|
-
"implicit": true,
|
|
7256
|
-
"accessorKind": "_modify"
|
|
7257
|
-
}
|
|
7258
|
-
]
|
|
7259
|
-
},
|
|
7260
|
-
{
|
|
7261
|
-
"kind": "Var",
|
|
7262
|
-
"name": "paymentAmount",
|
|
7263
|
-
"printedName": "paymentAmount",
|
|
7264
|
-
"children": [
|
|
7265
7176
|
{
|
|
7266
7177
|
"kind": "TypeNominal",
|
|
7267
7178
|
"name": "Double",
|
|
7268
7179
|
"printedName": "Swift.Double",
|
|
7269
7180
|
"usr": "s:Sd"
|
|
7270
|
-
}
|
|
7271
|
-
],
|
|
7272
|
-
"declKind": "Var",
|
|
7273
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC13paymentAmountSdvp",
|
|
7274
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC13paymentAmountSdvp",
|
|
7275
|
-
"moduleName": "PayEngineSDK",
|
|
7276
|
-
"declAttributes": [
|
|
7277
|
-
"Lazy",
|
|
7278
|
-
"AccessControl",
|
|
7279
|
-
"RawDocComment"
|
|
7280
|
-
],
|
|
7281
|
-
"accessors": [
|
|
7282
|
-
{
|
|
7283
|
-
"kind": "Accessor",
|
|
7284
|
-
"name": "Get",
|
|
7285
|
-
"printedName": "Get()",
|
|
7286
|
-
"children": [
|
|
7287
|
-
{
|
|
7288
|
-
"kind": "TypeNominal",
|
|
7289
|
-
"name": "Double",
|
|
7290
|
-
"printedName": "Swift.Double",
|
|
7291
|
-
"usr": "s:Sd"
|
|
7292
|
-
}
|
|
7293
|
-
],
|
|
7294
|
-
"declKind": "Accessor",
|
|
7295
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC13paymentAmountSdvg",
|
|
7296
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC13paymentAmountSdvg",
|
|
7297
|
-
"moduleName": "PayEngineSDK",
|
|
7298
|
-
"implicit": true,
|
|
7299
|
-
"accessorKind": "get"
|
|
7300
|
-
},
|
|
7301
|
-
{
|
|
7302
|
-
"kind": "Accessor",
|
|
7303
|
-
"name": "Set",
|
|
7304
|
-
"printedName": "Set()",
|
|
7305
|
-
"children": [
|
|
7306
|
-
{
|
|
7307
|
-
"kind": "TypeNominal",
|
|
7308
|
-
"name": "Void",
|
|
7309
|
-
"printedName": "()"
|
|
7310
|
-
},
|
|
7311
|
-
{
|
|
7312
|
-
"kind": "TypeNominal",
|
|
7313
|
-
"name": "Double",
|
|
7314
|
-
"printedName": "Swift.Double",
|
|
7315
|
-
"usr": "s:Sd"
|
|
7316
|
-
}
|
|
7317
|
-
],
|
|
7318
|
-
"declKind": "Accessor",
|
|
7319
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC13paymentAmountSdvs",
|
|
7320
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC13paymentAmountSdvs",
|
|
7321
|
-
"moduleName": "PayEngineSDK",
|
|
7322
|
-
"implicit": true,
|
|
7323
|
-
"accessorKind": "set"
|
|
7324
7181
|
},
|
|
7325
|
-
{
|
|
7326
|
-
"kind": "Accessor",
|
|
7327
|
-
"name": "Modify",
|
|
7328
|
-
"printedName": "Modify()",
|
|
7329
|
-
"children": [
|
|
7330
|
-
{
|
|
7331
|
-
"kind": "TypeNominal",
|
|
7332
|
-
"name": "Void",
|
|
7333
|
-
"printedName": "()"
|
|
7334
|
-
}
|
|
7335
|
-
],
|
|
7336
|
-
"declKind": "Accessor",
|
|
7337
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC13paymentAmountSdvM",
|
|
7338
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC13paymentAmountSdvM",
|
|
7339
|
-
"moduleName": "PayEngineSDK",
|
|
7340
|
-
"implicit": true,
|
|
7341
|
-
"accessorKind": "_modify"
|
|
7342
|
-
}
|
|
7343
|
-
]
|
|
7344
|
-
},
|
|
7345
|
-
{
|
|
7346
|
-
"kind": "Var",
|
|
7347
|
-
"name": "appleRequest",
|
|
7348
|
-
"printedName": "appleRequest",
|
|
7349
|
-
"children": [
|
|
7350
7182
|
{
|
|
7351
7183
|
"kind": "TypeNominal",
|
|
7352
|
-
"name": "
|
|
7353
|
-
"printedName": "
|
|
7354
|
-
"
|
|
7355
|
-
|
|
7356
|
-
],
|
|
7357
|
-
"declKind": "Var",
|
|
7358
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC05appleF0So09PKPaymentF0Cvp",
|
|
7359
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC05appleF0So09PKPaymentF0Cvp",
|
|
7360
|
-
"moduleName": "PayEngineSDK",
|
|
7361
|
-
"declAttributes": [
|
|
7362
|
-
"Lazy",
|
|
7363
|
-
"AccessControl",
|
|
7364
|
-
"RawDocComment"
|
|
7365
|
-
],
|
|
7366
|
-
"accessors": [
|
|
7367
|
-
{
|
|
7368
|
-
"kind": "Accessor",
|
|
7369
|
-
"name": "Get",
|
|
7370
|
-
"printedName": "Get()",
|
|
7371
|
-
"children": [
|
|
7372
|
-
{
|
|
7373
|
-
"kind": "TypeNominal",
|
|
7374
|
-
"name": "PKPaymentRequest",
|
|
7375
|
-
"printedName": "PassKit.PKPaymentRequest",
|
|
7376
|
-
"usr": "c:objc(cs)PKPaymentRequest"
|
|
7377
|
-
}
|
|
7378
|
-
],
|
|
7379
|
-
"declKind": "Accessor",
|
|
7380
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC05appleF0So09PKPaymentF0Cvg",
|
|
7381
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC05appleF0So09PKPaymentF0Cvg",
|
|
7382
|
-
"moduleName": "PayEngineSDK",
|
|
7383
|
-
"implicit": true,
|
|
7384
|
-
"accessorKind": "get"
|
|
7184
|
+
"name": "String",
|
|
7185
|
+
"printedName": "Swift.String",
|
|
7186
|
+
"hasDefaultArg": true,
|
|
7187
|
+
"usr": "s:SS"
|
|
7385
7188
|
},
|
|
7386
7189
|
{
|
|
7387
|
-
"kind": "
|
|
7190
|
+
"kind": "TypeNominal",
|
|
7388
7191
|
"name": "Set",
|
|
7389
|
-
"printedName": "Set
|
|
7390
|
-
"children": [
|
|
7391
|
-
{
|
|
7392
|
-
"kind": "TypeNominal",
|
|
7393
|
-
"name": "Void",
|
|
7394
|
-
"printedName": "()"
|
|
7395
|
-
},
|
|
7396
|
-
{
|
|
7397
|
-
"kind": "TypeNominal",
|
|
7398
|
-
"name": "PKPaymentRequest",
|
|
7399
|
-
"printedName": "PassKit.PKPaymentRequest",
|
|
7400
|
-
"usr": "c:objc(cs)PKPaymentRequest"
|
|
7401
|
-
}
|
|
7402
|
-
],
|
|
7403
|
-
"declKind": "Accessor",
|
|
7404
|
-
"usr": "s:12PayEngineSDK05AppleA14PaymentRequestC05appleF0So09PKPaymentF0Cvs",
|
|
7405
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC05appleF0So09PKPaymentF0Cvs",
|
|
7406
|
-
"moduleName": "PayEngineSDK",
|
|
7407
|
-
"implicit": true,
|
|
7408
|
-
"accessorKind": "set"
|
|
7409
|
-
},
|
|
7410
|
-
{
|
|
7411
|
-
"kind": "Accessor",
|
|
7412
|
-
"name": "Modify",
|
|
7413
|
-
"printedName": "Modify()",
|
|
7192
|
+
"printedName": "Swift.Set<PassKit.PKContactField>",
|
|
7414
7193
|
"children": [
|
|
7415
7194
|
{
|
|
7416
7195
|
"kind": "TypeNominal",
|
|
7417
|
-
"name": "
|
|
7418
|
-
"printedName": "
|
|
7196
|
+
"name": "PKContactField",
|
|
7197
|
+
"printedName": "PassKit.PKContactField",
|
|
7198
|
+
"usr": "c:@T@PKContactField"
|
|
7419
7199
|
}
|
|
7420
7200
|
],
|
|
7421
|
-
"
|
|
7422
|
-
"usr": "s:
|
|
7423
|
-
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC05appleF0So09PKPaymentF0CvM",
|
|
7424
|
-
"moduleName": "PayEngineSDK",
|
|
7425
|
-
"implicit": true,
|
|
7426
|
-
"accessorKind": "_modify"
|
|
7427
|
-
}
|
|
7428
|
-
]
|
|
7429
|
-
},
|
|
7430
|
-
{
|
|
7431
|
-
"kind": "Function",
|
|
7432
|
-
"name": "build",
|
|
7433
|
-
"printedName": "build(paymentItems:paymentAmount:currencyCode:)",
|
|
7434
|
-
"children": [
|
|
7435
|
-
{
|
|
7436
|
-
"kind": "TypeNominal",
|
|
7437
|
-
"name": "Void",
|
|
7438
|
-
"printedName": "()"
|
|
7201
|
+
"hasDefaultArg": true,
|
|
7202
|
+
"usr": "s:Sh"
|
|
7439
7203
|
},
|
|
7440
7204
|
{
|
|
7441
7205
|
"kind": "TypeNominal",
|
|
7442
|
-
"name": "
|
|
7443
|
-
"printedName": "
|
|
7206
|
+
"name": "Set",
|
|
7207
|
+
"printedName": "Swift.Set<PassKit.PKContactField>",
|
|
7444
7208
|
"children": [
|
|
7445
7209
|
{
|
|
7446
7210
|
"kind": "TypeNominal",
|
|
7447
|
-
"name": "
|
|
7448
|
-
"printedName": "PassKit.
|
|
7449
|
-
"usr": "c
|
|
7211
|
+
"name": "PKContactField",
|
|
7212
|
+
"printedName": "PassKit.PKContactField",
|
|
7213
|
+
"usr": "c:@T@PKContactField"
|
|
7450
7214
|
}
|
|
7451
7215
|
],
|
|
7452
7216
|
"hasDefaultArg": true,
|
|
7453
|
-
"usr": "s:
|
|
7454
|
-
},
|
|
7455
|
-
{
|
|
7456
|
-
"kind": "TypeNominal",
|
|
7457
|
-
"name": "Double",
|
|
7458
|
-
"printedName": "Swift.Double",
|
|
7459
|
-
"usr": "s:Sd"
|
|
7460
|
-
},
|
|
7461
|
-
{
|
|
7462
|
-
"kind": "TypeNominal",
|
|
7463
|
-
"name": "String",
|
|
7464
|
-
"printedName": "Swift.String",
|
|
7465
|
-
"hasDefaultArg": true,
|
|
7466
|
-
"usr": "s:SS"
|
|
7217
|
+
"usr": "s:Sh"
|
|
7467
7218
|
}
|
|
7468
7219
|
],
|
|
7469
7220
|
"declKind": "Func",
|
|
7470
|
-
"usr": "c:@M@PayEngineSDK@objc(cs)ApplePayPaymentRequest(im)buildWithPaymentItems:paymentAmount:currencyCode:",
|
|
7471
|
-
"mangledName": "$
|
|
7221
|
+
"usr": "c:@M@PayEngineSDK@objc(cs)ApplePayPaymentRequest(im)buildWithPaymentItems:paymentAmount:currencyCode:requiredBillingContactFields:requiredShippingContactFields:",
|
|
7222
|
+
"mangledName": "$s12PayEngineSDK05AppleA14PaymentRequestC5build12paymentItems0H6Amount12currencyCode28requiredBillingContactFields0m8ShippingoP0ySaySo20PKPaymentSummaryItemCG_SdSSShySo14PKContactFieldaGAOtF",
|
|
7472
7223
|
"moduleName": "PayEngineSDK",
|
|
7473
|
-
"objc_name": "buildWithPaymentItems:paymentAmount:currencyCode:",
|
|
7224
|
+
"objc_name": "buildWithPaymentItems:paymentAmount:currencyCode:requiredBillingContactFields:requiredShippingContactFields:",
|
|
7474
7225
|
"declAttributes": [
|
|
7475
7226
|
"AccessControl",
|
|
7476
7227
|
"ObjC",
|
|
@@ -10497,17 +10248,31 @@
|
|
|
10497
10248
|
{
|
|
10498
10249
|
"kind": "Function",
|
|
10499
10250
|
"name": "paymentTokenNotAvailable",
|
|
10500
|
-
"printedName": "paymentTokenNotAvailable()",
|
|
10251
|
+
"printedName": "paymentTokenNotAvailable(error:)",
|
|
10501
10252
|
"children": [
|
|
10502
10253
|
{
|
|
10503
10254
|
"kind": "TypeNominal",
|
|
10504
10255
|
"name": "Void",
|
|
10505
10256
|
"printedName": "()"
|
|
10257
|
+
},
|
|
10258
|
+
{
|
|
10259
|
+
"kind": "TypeNominal",
|
|
10260
|
+
"name": "Optional",
|
|
10261
|
+
"printedName": "Swift.Error?",
|
|
10262
|
+
"children": [
|
|
10263
|
+
{
|
|
10264
|
+
"kind": "TypeNominal",
|
|
10265
|
+
"name": "Error",
|
|
10266
|
+
"printedName": "Swift.Error",
|
|
10267
|
+
"usr": "s:s5ErrorP"
|
|
10268
|
+
}
|
|
10269
|
+
],
|
|
10270
|
+
"usr": "s:Sq"
|
|
10506
10271
|
}
|
|
10507
10272
|
],
|
|
10508
10273
|
"declKind": "Func",
|
|
10509
|
-
"usr": "c:@M@PayEngineSDK@objc(pl)PEApplePayDelegate(im)
|
|
10510
|
-
"mangledName": "$
|
|
10274
|
+
"usr": "c:@M@PayEngineSDK@objc(pl)PEApplePayDelegate(im)paymentTokenNotAvailableWithError:",
|
|
10275
|
+
"mangledName": "$s12PayEngineSDK07PEAppleA8DelegateP24paymentTokenNotAvailable5errorys5Error_pSg_tF",
|
|
10511
10276
|
"moduleName": "PayEngineSDK",
|
|
10512
10277
|
"genericSig": "<τ_0_0 where τ_0_0 : PayEngineSDK.PEApplePayDelegate>",
|
|
10513
10278
|
"sugared_genericSig": "<Self where Self : PayEngineSDK.PEApplePayDelegate>",
|
|
@@ -11985,77 +11750,77 @@
|
|
|
11985
11750
|
{
|
|
11986
11751
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
11987
11752
|
"kind": "BooleanLiteral",
|
|
11988
|
-
"offset":
|
|
11753
|
+
"offset": 7811,
|
|
11989
11754
|
"length": 4,
|
|
11990
11755
|
"value": "true"
|
|
11991
11756
|
},
|
|
11992
11757
|
{
|
|
11993
11758
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
11994
11759
|
"kind": "StringLiteral",
|
|
11995
|
-
"offset":
|
|
11760
|
+
"offset": 8267,
|
|
11996
11761
|
"length": 67,
|
|
11997
11762
|
"value": "\"\""
|
|
11998
11763
|
},
|
|
11999
11764
|
{
|
|
12000
11765
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12001
11766
|
"kind": "StringLiteral",
|
|
12002
|
-
"offset":
|
|
11767
|
+
"offset": 8290,
|
|
12003
11768
|
"length": 1,
|
|
12004
11769
|
"value": "\"\/api\/merchant\/\""
|
|
12005
11770
|
},
|
|
12006
11771
|
{
|
|
12007
11772
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12008
11773
|
"kind": "StringLiteral",
|
|
12009
|
-
"offset":
|
|
11774
|
+
"offset": 8317,
|
|
12010
11775
|
"length": 1,
|
|
12011
11776
|
"value": "\"\/applepay\/config\""
|
|
12012
11777
|
},
|
|
12013
11778
|
{
|
|
12014
11779
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12015
11780
|
"kind": "StringLiteral",
|
|
12016
|
-
"offset":
|
|
11781
|
+
"offset": 8654,
|
|
12017
11782
|
"length": 15,
|
|
12018
11783
|
"value": "\"Authorization\""
|
|
12019
11784
|
},
|
|
12020
11785
|
{
|
|
12021
11786
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12022
11787
|
"kind": "StringLiteral",
|
|
12023
|
-
"offset":
|
|
11788
|
+
"offset": 9301,
|
|
12024
11789
|
"length": 2,
|
|
12025
11790
|
"value": "\"\""
|
|
12026
11791
|
},
|
|
12027
11792
|
{
|
|
12028
11793
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12029
11794
|
"kind": "StringLiteral",
|
|
12030
|
-
"offset":
|
|
11795
|
+
"offset": 9543,
|
|
12031
11796
|
"length": 103,
|
|
12032
11797
|
"value": "\"\""
|
|
12033
11798
|
},
|
|
12034
11799
|
{
|
|
12035
11800
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12036
11801
|
"kind": "StringLiteral",
|
|
12037
|
-
"offset":
|
|
11802
|
+
"offset": 9566,
|
|
12038
11803
|
"length": 1,
|
|
12039
11804
|
"value": "\"\/api\/mobile-payment\/config?merchant_id=\""
|
|
12040
11805
|
},
|
|
12041
11806
|
{
|
|
12042
11807
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12043
11808
|
"kind": "StringLiteral",
|
|
12044
|
-
"offset":
|
|
11809
|
+
"offset": 9618,
|
|
12045
11810
|
"length": 1,
|
|
12046
11811
|
"value": "\"&platform=app&type=applepay\""
|
|
12047
11812
|
},
|
|
12048
11813
|
{
|
|
12049
11814
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12050
11815
|
"kind": "StringLiteral",
|
|
12051
|
-
"offset":
|
|
11816
|
+
"offset": 9942,
|
|
12052
11817
|
"length": 15,
|
|
12053
11818
|
"value": "\"Authorization\""
|
|
12054
11819
|
},
|
|
12055
11820
|
{
|
|
12056
11821
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12057
11822
|
"kind": "StringLiteral",
|
|
12058
|
-
"offset":
|
|
11823
|
+
"offset": 10588,
|
|
12059
11824
|
"length": 2,
|
|
12060
11825
|
"value": "\"\""
|
|
12061
11826
|
},
|
|
@@ -12069,38 +11834,45 @@
|
|
|
12069
11834
|
{
|
|
12070
11835
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12071
11836
|
"kind": "BooleanLiteral",
|
|
12072
|
-
"offset":
|
|
11837
|
+
"offset": 10910,
|
|
12073
11838
|
"length": 4,
|
|
12074
11839
|
"value": "true"
|
|
12075
11840
|
},
|
|
12076
11841
|
{
|
|
12077
11842
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12078
11843
|
"kind": "StringLiteral",
|
|
12079
|
-
"offset":
|
|
11844
|
+
"offset": 12068,
|
|
12080
11845
|
"length": 16,
|
|
12081
11846
|
"value": "\"Error \""
|
|
12082
11847
|
},
|
|
12083
11848
|
{
|
|
12084
11849
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12085
11850
|
"kind": "StringLiteral",
|
|
12086
|
-
"offset":
|
|
11851
|
+
"offset": 12083,
|
|
12087
11852
|
"length": 2,
|
|
12088
11853
|
"value": "\"\""
|
|
12089
11854
|
},
|
|
12090
11855
|
{
|
|
12091
11856
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12092
11857
|
"kind": "StringLiteral",
|
|
12093
|
-
"offset":
|
|
11858
|
+
"offset": 12699,
|
|
12094
11859
|
"length": 16,
|
|
12095
11860
|
"value": "\"Error \""
|
|
12096
11861
|
},
|
|
12097
11862
|
{
|
|
12098
11863
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
12099
11864
|
"kind": "StringLiteral",
|
|
12100
|
-
"offset":
|
|
11865
|
+
"offset": 12714,
|
|
12101
11866
|
"length": 2,
|
|
12102
11867
|
"value": "\"\""
|
|
12103
11868
|
},
|
|
11869
|
+
{
|
|
11870
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePay.swift",
|
|
11871
|
+
"kind": "StringLiteral",
|
|
11872
|
+
"offset": 13020,
|
|
11873
|
+
"length": 29,
|
|
11874
|
+
"value": "\"Token payment data is empty\""
|
|
11875
|
+
},
|
|
12104
11876
|
{
|
|
12105
11877
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ThreeDS\/ThreeDSResult.swift",
|
|
12106
11878
|
"kind": "StringLiteral",
|
|
@@ -13721,31 +13493,59 @@
|
|
|
13721
13493
|
{
|
|
13722
13494
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/ApplePayPaymentRequest.swift",
|
|
13723
13495
|
"kind": "Array",
|
|
13724
|
-
"offset":
|
|
13496
|
+
"offset": 323,
|
|
13725
13497
|
"length": 2,
|
|
13726
13498
|
"value": "[]"
|
|
13727
13499
|
},
|
|
13728
13500
|
{
|
|
13729
13501
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/ApplePayPaymentRequest.swift",
|
|
13730
13502
|
"kind": "IntegerLiteral",
|
|
13731
|
-
"offset":
|
|
13503
|
+
"offset": 417,
|
|
13732
13504
|
"length": 1,
|
|
13733
13505
|
"value": "0"
|
|
13734
13506
|
},
|
|
13735
13507
|
{
|
|
13736
13508
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/ApplePayPaymentRequest.swift",
|
|
13737
13509
|
"kind": "Array",
|
|
13738
|
-
"offset":
|
|
13510
|
+
"offset": 603,
|
|
13511
|
+
"length": 2,
|
|
13512
|
+
"value": "[]"
|
|
13513
|
+
},
|
|
13514
|
+
{
|
|
13515
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/ApplePayPaymentRequest.swift",
|
|
13516
|
+
"kind": "Array",
|
|
13517
|
+
"offset": 681,
|
|
13518
|
+
"length": 2,
|
|
13519
|
+
"value": "[]"
|
|
13520
|
+
},
|
|
13521
|
+
{
|
|
13522
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/ApplePayPaymentRequest.swift",
|
|
13523
|
+
"kind": "Array",
|
|
13524
|
+
"offset": 1127,
|
|
13739
13525
|
"length": 2,
|
|
13740
13526
|
"value": "[]"
|
|
13741
13527
|
},
|
|
13742
13528
|
{
|
|
13743
13529
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/ApplePayPaymentRequest.swift",
|
|
13744
13530
|
"kind": "StringLiteral",
|
|
13745
|
-
"offset":
|
|
13531
|
+
"offset": 1193,
|
|
13746
13532
|
"length": 5,
|
|
13747
13533
|
"value": "\"USD\""
|
|
13748
13534
|
},
|
|
13535
|
+
{
|
|
13536
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/ApplePayPaymentRequest.swift",
|
|
13537
|
+
"kind": "Array",
|
|
13538
|
+
"offset": 1260,
|
|
13539
|
+
"length": 2,
|
|
13540
|
+
"value": "[]"
|
|
13541
|
+
},
|
|
13542
|
+
{
|
|
13543
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/ApplePayPaymentRequest.swift",
|
|
13544
|
+
"kind": "Array",
|
|
13545
|
+
"offset": 1325,
|
|
13546
|
+
"length": 2,
|
|
13547
|
+
"value": "[]"
|
|
13548
|
+
},
|
|
13749
13549
|
{
|
|
13750
13550
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Features\/ApplePay\/PEApplePayResult.swift",
|
|
13751
13551
|
"kind": "IntegerLiteral",
|
|
@@ -14929,192 +14729,283 @@
|
|
|
14929
14729
|
"length": 2,
|
|
14930
14730
|
"value": "\"\""
|
|
14931
14731
|
},
|
|
14732
|
+
{
|
|
14733
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14734
|
+
"kind": "Dictionary",
|
|
14735
|
+
"offset": 3338,
|
|
14736
|
+
"length": 3,
|
|
14737
|
+
"value": "[]"
|
|
14738
|
+
},
|
|
14739
|
+
{
|
|
14740
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14741
|
+
"kind": "StringLiteral",
|
|
14742
|
+
"offset": 3404,
|
|
14743
|
+
"length": 11,
|
|
14744
|
+
"value": "\"givenName\""
|
|
14745
|
+
},
|
|
14746
|
+
{
|
|
14747
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14748
|
+
"kind": "StringLiteral",
|
|
14749
|
+
"offset": 3458,
|
|
14750
|
+
"length": 12,
|
|
14751
|
+
"value": "\"familyName\""
|
|
14752
|
+
},
|
|
14753
|
+
{
|
|
14754
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14755
|
+
"kind": "StringLiteral",
|
|
14756
|
+
"offset": 3580,
|
|
14757
|
+
"length": 14,
|
|
14758
|
+
"value": "\"addressLines\""
|
|
14759
|
+
},
|
|
14760
|
+
{
|
|
14761
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14762
|
+
"kind": "StringLiteral",
|
|
14763
|
+
"offset": 3645,
|
|
14764
|
+
"length": 10,
|
|
14765
|
+
"value": "\"locality\""
|
|
14766
|
+
},
|
|
14767
|
+
{
|
|
14768
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14769
|
+
"kind": "StringLiteral",
|
|
14770
|
+
"offset": 3702,
|
|
14771
|
+
"length": 20,
|
|
14772
|
+
"value": "\"administrativeArea\""
|
|
14773
|
+
},
|
|
14774
|
+
{
|
|
14775
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14776
|
+
"kind": "StringLiteral",
|
|
14777
|
+
"offset": 3770,
|
|
14778
|
+
"length": 12,
|
|
14779
|
+
"value": "\"postalCode\""
|
|
14780
|
+
},
|
|
14781
|
+
{
|
|
14782
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14783
|
+
"kind": "StringLiteral",
|
|
14784
|
+
"offset": 3835,
|
|
14785
|
+
"length": 13,
|
|
14786
|
+
"value": "\"countryCode\""
|
|
14787
|
+
},
|
|
14932
14788
|
{
|
|
14933
14789
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14934
14790
|
"kind": "StringLiteral",
|
|
14935
|
-
"offset":
|
|
14791
|
+
"offset": 3970,
|
|
14792
|
+
"length": 14,
|
|
14793
|
+
"value": "\"emailAddress\""
|
|
14794
|
+
},
|
|
14795
|
+
{
|
|
14796
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14797
|
+
"kind": "StringLiteral",
|
|
14798
|
+
"offset": 4080,
|
|
14799
|
+
"length": 13,
|
|
14800
|
+
"value": "\"phoneNumber\""
|
|
14801
|
+
},
|
|
14802
|
+
{
|
|
14803
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14804
|
+
"kind": "StringLiteral",
|
|
14805
|
+
"offset": 4355,
|
|
14936
14806
|
"length": 66,
|
|
14937
14807
|
"value": "\"\""
|
|
14938
14808
|
},
|
|
14939
14809
|
{
|
|
14940
14810
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14941
14811
|
"kind": "StringLiteral",
|
|
14942
|
-
"offset":
|
|
14812
|
+
"offset": 4378,
|
|
14943
14813
|
"length": 1,
|
|
14944
14814
|
"value": "\"\/api\/merchant\/\""
|
|
14945
14815
|
},
|
|
14946
14816
|
{
|
|
14947
14817
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14948
14818
|
"kind": "StringLiteral",
|
|
14949
|
-
"offset":
|
|
14819
|
+
"offset": 4405,
|
|
14950
14820
|
"length": 1,
|
|
14951
14821
|
"value": "\"\/applepay\/token\""
|
|
14952
14822
|
},
|
|
14953
14823
|
{
|
|
14954
14824
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14955
14825
|
"kind": "StringLiteral",
|
|
14956
|
-
"offset":
|
|
14826
|
+
"offset": 4707,
|
|
14957
14827
|
"length": 6,
|
|
14958
14828
|
"value": "\"type\""
|
|
14959
14829
|
},
|
|
14960
14830
|
{
|
|
14961
14831
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14962
14832
|
"kind": "StringLiteral",
|
|
14963
|
-
"offset":
|
|
14833
|
+
"offset": 4715,
|
|
14964
14834
|
"length": 5,
|
|
14965
14835
|
"value": "\"app\""
|
|
14966
14836
|
},
|
|
14967
14837
|
{
|
|
14968
14838
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14969
14839
|
"kind": "StringLiteral",
|
|
14970
|
-
"offset":
|
|
14840
|
+
"offset": 4734,
|
|
14971
14841
|
"length": 13,
|
|
14972
14842
|
"value": "\"paymentData\""
|
|
14973
14843
|
},
|
|
14974
14844
|
{
|
|
14975
14845
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14976
14846
|
"kind": "StringLiteral",
|
|
14977
|
-
"offset":
|
|
14847
|
+
"offset": 4774,
|
|
14848
|
+
"length": 10,
|
|
14849
|
+
"value": "\"metadata\""
|
|
14850
|
+
},
|
|
14851
|
+
{
|
|
14852
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14853
|
+
"kind": "StringLiteral",
|
|
14854
|
+
"offset": 4804,
|
|
14855
|
+
"length": 17,
|
|
14856
|
+
"value": "\"shippingContact\""
|
|
14857
|
+
},
|
|
14858
|
+
{
|
|
14859
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14860
|
+
"kind": "StringLiteral",
|
|
14861
|
+
"offset": 4896,
|
|
14862
|
+
"length": 16,
|
|
14863
|
+
"value": "\"billingContact\""
|
|
14864
|
+
},
|
|
14865
|
+
{
|
|
14866
|
+
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14867
|
+
"kind": "StringLiteral",
|
|
14868
|
+
"offset": 5084,
|
|
14978
14869
|
"length": 6,
|
|
14979
14870
|
"value": "\"POST\""
|
|
14980
14871
|
},
|
|
14981
14872
|
{
|
|
14982
14873
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14983
14874
|
"kind": "Array",
|
|
14984
|
-
"offset":
|
|
14875
|
+
"offset": 5183,
|
|
14985
14876
|
"length": 2,
|
|
14986
14877
|
"value": "[]"
|
|
14987
14878
|
},
|
|
14988
14879
|
{
|
|
14989
14880
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14990
14881
|
"kind": "StringLiteral",
|
|
14991
|
-
"offset":
|
|
14882
|
+
"offset": 5212,
|
|
14992
14883
|
"length": 18,
|
|
14993
14884
|
"value": "\"application\/json\""
|
|
14994
14885
|
},
|
|
14995
14886
|
{
|
|
14996
14887
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
14997
14888
|
"kind": "StringLiteral",
|
|
14998
|
-
"offset":
|
|
14889
|
+
"offset": 5252,
|
|
14999
14890
|
"length": 14,
|
|
15000
14891
|
"value": "\"Content-Type\""
|
|
15001
14892
|
},
|
|
15002
14893
|
{
|
|
15003
14894
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15004
14895
|
"kind": "StringLiteral",
|
|
15005
|
-
"offset":
|
|
14896
|
+
"offset": 5402,
|
|
15006
14897
|
"length": 15,
|
|
15007
14898
|
"value": "\"Authorization\""
|
|
15008
14899
|
},
|
|
15009
14900
|
{
|
|
15010
14901
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15011
14902
|
"kind": "StringLiteral",
|
|
15012
|
-
"offset":
|
|
14903
|
+
"offset": 6054,
|
|
15013
14904
|
"length": 2,
|
|
15014
14905
|
"value": "\"\""
|
|
15015
14906
|
},
|
|
15016
14907
|
{
|
|
15017
14908
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15018
14909
|
"kind": "StringLiteral",
|
|
15019
|
-
"offset":
|
|
14910
|
+
"offset": 6229,
|
|
15020
14911
|
"length": 2,
|
|
15021
14912
|
"value": "\"\""
|
|
15022
14913
|
},
|
|
15023
14914
|
{
|
|
15024
14915
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15025
14916
|
"kind": "StringLiteral",
|
|
15026
|
-
"offset":
|
|
14917
|
+
"offset": 6257,
|
|
15027
14918
|
"length": 31,
|
|
15028
14919
|
"value": "\"\""
|
|
15029
14920
|
},
|
|
15030
14921
|
{
|
|
15031
14922
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15032
14923
|
"kind": "StringLiteral",
|
|
15033
|
-
"offset":
|
|
14924
|
+
"offset": 6272,
|
|
15034
14925
|
"length": 1,
|
|
15035
14926
|
"value": "\":\/\/\""
|
|
15036
14927
|
},
|
|
15037
14928
|
{
|
|
15038
14929
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15039
14930
|
"kind": "StringLiteral",
|
|
15040
|
-
"offset":
|
|
14931
|
+
"offset": 6287,
|
|
15041
14932
|
"length": 1,
|
|
15042
14933
|
"value": "\"\""
|
|
15043
14934
|
},
|
|
15044
14935
|
{
|
|
15045
14936
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15046
14937
|
"kind": "StringLiteral",
|
|
15047
|
-
"offset":
|
|
14938
|
+
"offset": 6392,
|
|
15048
14939
|
"length": 15,
|
|
15049
14940
|
"value": "\"secure-fields\""
|
|
15050
14941
|
},
|
|
15051
14942
|
{
|
|
15052
14943
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15053
14944
|
"kind": "StringLiteral",
|
|
15054
|
-
"offset":
|
|
14945
|
+
"offset": 6436,
|
|
15055
14946
|
"length": 98,
|
|
15056
14947
|
"value": "\"Signature key=\"\""
|
|
15057
14948
|
},
|
|
15058
14949
|
{
|
|
15059
14950
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15060
14951
|
"kind": "StringLiteral",
|
|
15061
|
-
"offset":
|
|
14952
|
+
"offset": 6466,
|
|
15062
14953
|
"length": 13,
|
|
15063
14954
|
"value": "\"\",algorithm=\"hmac-sha256\",identifier=\"\""
|
|
15064
14955
|
},
|
|
15065
14956
|
{
|
|
15066
14957
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15067
14958
|
"kind": "StringLiteral",
|
|
15068
|
-
"offset":
|
|
14959
|
+
"offset": 6518,
|
|
15069
14960
|
"length": 13,
|
|
15070
14961
|
"value": "\"\",signature=\"\"\""
|
|
15071
14962
|
},
|
|
15072
14963
|
{
|
|
15073
14964
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15074
14965
|
"kind": "BooleanLiteral",
|
|
15075
|
-
"offset":
|
|
14966
|
+
"offset": 6727,
|
|
15076
14967
|
"length": 5,
|
|
15077
14968
|
"value": "false"
|
|
15078
14969
|
},
|
|
15079
14970
|
{
|
|
15080
14971
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15081
14972
|
"kind": "IntegerLiteral",
|
|
15082
|
-
"offset":
|
|
14973
|
+
"offset": 6950,
|
|
15083
14974
|
"length": 2,
|
|
15084
14975
|
"value": "10"
|
|
15085
14976
|
},
|
|
15086
14977
|
{
|
|
15087
14978
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15088
14979
|
"kind": "BooleanLiteral",
|
|
15089
|
-
"offset":
|
|
14980
|
+
"offset": 6973,
|
|
15090
14981
|
"length": 4,
|
|
15091
14982
|
"value": "true"
|
|
15092
14983
|
},
|
|
15093
14984
|
{
|
|
15094
14985
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15095
14986
|
"kind": "IntegerLiteral",
|
|
15096
|
-
"offset":
|
|
14987
|
+
"offset": 6992,
|
|
15097
14988
|
"length": 2,
|
|
15098
14989
|
"value": "11"
|
|
15099
14990
|
},
|
|
15100
14991
|
{
|
|
15101
14992
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15102
14993
|
"kind": "BooleanLiteral",
|
|
15103
|
-
"offset":
|
|
14994
|
+
"offset": 7022,
|
|
15104
14995
|
"length": 5,
|
|
15105
14996
|
"value": "false"
|
|
15106
14997
|
},
|
|
15107
14998
|
{
|
|
15108
14999
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15109
15000
|
"kind": "BooleanLiteral",
|
|
15110
|
-
"offset":
|
|
15001
|
+
"offset": 7064,
|
|
15111
15002
|
"length": 5,
|
|
15112
15003
|
"value": "false"
|
|
15113
15004
|
},
|
|
15114
15005
|
{
|
|
15115
15006
|
"filePath": "\/Users\/tringuyen\/Workspace\/PayFactory\/Projects\/pf-payment-sdk-ios\/SDK\/PayEngineSDK\/src\/Helpers\/Utils.swift",
|
|
15116
15007
|
"kind": "StringLiteral",
|
|
15117
|
-
"offset":
|
|
15008
|
+
"offset": 7193,
|
|
15118
15009
|
"length": 5,
|
|
15119
15010
|
"value": "\"ssn\""
|
|
15120
15011
|
},
|