A view controller to perform 3DSecure 1.0 authentication using an embeded web view.
-This view listens for a redirect in the form of gatewaysdk://3dsecure?summaryStatus=&3DSecureId=. When that redirect occours, it will parse the parameters and return that to the handler provided to the authenticatePayer function.
+This view listens for a redirect in the form of “gatewaysdk://3dsecure?summaryStatus=&3DSecureId=”. When that redirect occours, it will parse the parameters and return that to the handler provided to the “authenticatePayer” function.
See more
A view controller to perform 3DSecure 1.0 authentication using an embeded web view.
-This view listens for a redirect in the form of gatewaysdk://3dsecure?summaryStatus=&3DSecureId=. When that redirect occours, it will parse the parameters and return that to the handler provided to the authenticatePayer function.
+This view listens for a redirect in the form of “gatewaysdk://3dsecure?summaryStatus=&3DSecureId=”. When that redirect occours, it will parse the parameters and return that to the handler provided to the “authenticatePayer” function.
Subscripting support for getting and setting values nested under several layers of GatewayMaps and/or arrays using a dot seperated path string
-If you map contains a value at key key1 which is itself a map containing a value at key key2, the value is accessed using a path of key1.key2
+If you map contains a value at key “key1” which is itself a map containing a value at key “key2”, the value is accessed using a path of “key1.key2”
When getting a value, if any of the keys in the path do not exist, the returned value will be nil.
When setting a value, if any of the keys in the path do not exist, GatewayMaps will be created and inserted automatically. If a non-map value exists in the middle of the path, that value will be overridden with a map.
-
Values inside an array can be accessed using subscripting within the path. For instance, people[3].firstName would access the element at index 3 of the ‘people’ array and then get the ‘firstName’ value from that object. When setting values on an array, empty brackets ‘[]’ may be used to append an object to the array.
+
Values inside an array can be accessed using subscripting within the path. For instance, “people[3].firstName” would access the element at index 3 of the ‘people’ array and then get the ‘firstName’ value from that object. When setting values on an array, empty brackets ‘[]’ may be used to append an object to the array.
A view controller to perform 3DSecure 1.0 authentication using an embeded web view.
-This view listens for a redirect in the form of gatewaysdk://3dsecure?summaryStatus=&3DSecureId=. When that redirect occours, it will parse the parameters and return that to the handler provided to the authenticatePayer function.
+This view listens for a redirect in the form of “gatewaysdk://3dsecure?summaryStatus=&3DSecureId=”. When that redirect occours, it will parse the parameters and return that to the handler provided to the “authenticatePayer” function.
See more
A view controller to perform 3DSecure 1.0 authentication using an embeded web view.
-This view listens for a redirect in the form of gatewaysdk://3dsecure?summaryStatus=&3DSecureId=. When that redirect occours, it will parse the parameters and return that to the handler provided to the authenticatePayer function.
+This view listens for a redirect in the form of “gatewaysdk://3dsecure?summaryStatus=&3DSecureId=”. When that redirect occours, it will parse the parameters and return that to the handler provided to the “authenticatePayer” function.
@@ -301,9 +312,11 @@
Subscripting support for getting and setting values nested under several layers of GatewayMaps and/or arrays using a dot seperated path string
-If you map contains a value at key key1 which is itself a map containing a value at key key2, the value is accessed using a path of key1.key2
+If you map contains a value at key “key1” which is itself a map containing a value at key “key2”, the value is accessed using a path of “key1.key2”
When getting a value, if any of the keys in the path do not exist, the returned value will be nil.
When setting a value, if any of the keys in the path do not exist, GatewayMaps will be created and inserted automatically. If a non-map value exists in the middle of the path, that value will be overridden with a map.
-
Values inside an array can be accessed using subscripting within the path. For instance, people[3].firstName would access the element at index 3 of the ‘people’ array and then get the ‘firstName’ value from that object. When setting values on an array, empty brackets ‘[]’ may be used to append an object to the array.
+
Values inside an array can be accessed using subscripting within the path. For instance, “people[3].firstName” would access the element at index 3 of the ‘people’ array and then get the ‘firstName’ value from that object. When setting values on an array, empty brackets ‘[]’ may be used to append an object to the array.