Skip to content

Commit

Permalink
iOS: Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skirsche-ieffects committed Apr 23, 2021
1 parent 81819e4 commit fea0bbd
Show file tree
Hide file tree
Showing 69 changed files with 2,726 additions and 152 deletions.
Binary file modified Datatrans.xcframework/ios-arm64/Datatrans.framework/Assets.car
Binary file not shown.
Binary file modified Datatrans.xcframework/ios-arm64/Datatrans.framework/Datatrans
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ typedef enum {
DTPaymentMethodNeedsCardExpiration = 1 << 1,
DTPaymentMethodNeedsCardVerification = 1 << 2,
DTPaymentMethodNeedsCardholder = 1 << 3,
DTPaymentMethodHasTransparentBackground = 1 << 4,
DTPaymentMethodWebPayment = 1 << 5,
DTPaymentMethodHasCardScan = 1 << 6,
DTPaymentMethodWebPaymentExternal = 1 << 7,
DTPaymentMethodNoLogoShadow = 1 << 8,
} DTPaymentMethodFlags;

@interface DTPaymentMethodInfo : NSObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ typedef enum {
@property (nonatomic, assign) BOOL displayShippingDetails;
@property (nonatomic, assign) BOOL useWebCreditCardInput;
@property (nonatomic, assign) BOOL useWebELVInput;
@property (nonatomic, copy) NSString* easypayTitle;
@property (nonatomic, copy) NSString* easypayDescription;
@property (nonatomic, copy) NSString* easypayPaymentInfo;
@property (nullable, nonatomic, copy) NSString* easypayTitle;
@property (nullable, nonatomic, copy) NSString* easypayDescription;
@property (nullable, nonatomic, copy) NSString* easypayPaymentInfo;
@property (nonatomic, assign) BOOL easypayPresentedAsNATELPay;
@property (nonatomic, assign) BOOL autoSettlement;
@property (nonatomic, assign) BOOL certificatePinning;
@property (nonatomic, assign) DTPaymentCardholder cardholder;
@property (nonatomic, copy) NSDictionary<NSString *, NSString *>* merchantProperties;
@property (nonatomic, copy) NSString* creditCardInputLocalizedDoneButtonTitle;
@property (nonatomic, copy) NSString* language; // ISO 639-1 code (also supports ISO 3166-1 alpha-2 code addon as per Apple spec)
@property (nullable, nonatomic, copy) NSDictionary<NSString *, NSString *>* merchantProperties;
@property (nullable, nonatomic, copy) NSString* creditCardInputLocalizedDoneButtonTitle;
@property (nullable, nonatomic, copy) NSString* language; // ISO 639-1 code (also supports ISO 3166-1 alpha-2 code addon as per Apple spec)
@property (nonatomic, assign) BOOL creditCardScanningEnabled;
@property (nonatomic, copy) DTSwissBillingPaymentInfo* swissBillingPaymentInfo;
@property (nonatomic, copy) NSString* appCallbackScheme;
@property (nullable, nonatomic, copy) DTSwissBillingPaymentInfo* swissBillingPaymentInfo;
@property (nullable, nonatomic, copy) NSString* appCallbackScheme;
@property (nonatomic, assign) BOOL suppressTransactionErrorDialog;
@property (nonatomic, copy) NSString* applePayMerchantIdentifier;
@property (nonatomic, copy) DTApplePayConfig* applePayConfig;
@property (nullable, nonatomic, copy) NSString* applePayMerchantIdentifier;
@property (nullable, nonatomic, copy) DTApplePayConfig* applePayConfig;
@property (nonatomic, assign) BOOL skipAuthorizationCompletion;
@property (nonatomic, copy) DTByjunoPaymentInfo* byjunoPaymentInfo;
@property (nonatomic, copy) DTCustomer* customer;
@property (nonatomic, copy) DTSwissPassPaymentInfo* swissPassPaymentInfo;
@property (nonatomic, copy) NSString* paysafecardMerchantClientId;
@property (nullable, nonatomic, copy) DTByjunoPaymentInfo* byjunoPaymentInfo;
@property (nullable, nonatomic, copy) DTCustomer* customer;
@property (nullable, nonatomic, copy) DTSwissPassPaymentInfo* swissPassPaymentInfo;
@property (nullable, nonatomic, copy) NSString* paysafecardMerchantClientId;

@end
Binary file modified Datatrans.xcframework/ios-arm64/Datatrans.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ typedef enum {
DTPaymentMethodNeedsCardExpiration = 1 << 1,
DTPaymentMethodNeedsCardVerification = 1 << 2,
DTPaymentMethodNeedsCardholder = 1 << 3,
DTPaymentMethodHasTransparentBackground = 1 << 4,
DTPaymentMethodWebPayment = 1 << 5,
DTPaymentMethodHasCardScan = 1 << 6,
DTPaymentMethodWebPaymentExternal = 1 << 7,
DTPaymentMethodNoLogoShadow = 1 << 8,
} DTPaymentMethodFlags;

@interface DTPaymentMethodInfo : NSObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ typedef enum {
@property (nonatomic, assign) BOOL displayShippingDetails;
@property (nonatomic, assign) BOOL useWebCreditCardInput;
@property (nonatomic, assign) BOOL useWebELVInput;
@property (nonatomic, copy) NSString* easypayTitle;
@property (nonatomic, copy) NSString* easypayDescription;
@property (nonatomic, copy) NSString* easypayPaymentInfo;
@property (nullable, nonatomic, copy) NSString* easypayTitle;
@property (nullable, nonatomic, copy) NSString* easypayDescription;
@property (nullable, nonatomic, copy) NSString* easypayPaymentInfo;
@property (nonatomic, assign) BOOL easypayPresentedAsNATELPay;
@property (nonatomic, assign) BOOL autoSettlement;
@property (nonatomic, assign) BOOL certificatePinning;
@property (nonatomic, assign) DTPaymentCardholder cardholder;
@property (nonatomic, copy) NSDictionary<NSString *, NSString *>* merchantProperties;
@property (nonatomic, copy) NSString* creditCardInputLocalizedDoneButtonTitle;
@property (nonatomic, copy) NSString* language; // ISO 639-1 code (also supports ISO 3166-1 alpha-2 code addon as per Apple spec)
@property (nullable, nonatomic, copy) NSDictionary<NSString *, NSString *>* merchantProperties;
@property (nullable, nonatomic, copy) NSString* creditCardInputLocalizedDoneButtonTitle;
@property (nullable, nonatomic, copy) NSString* language; // ISO 639-1 code (also supports ISO 3166-1 alpha-2 code addon as per Apple spec)
@property (nonatomic, assign) BOOL creditCardScanningEnabled;
@property (nonatomic, copy) DTSwissBillingPaymentInfo* swissBillingPaymentInfo;
@property (nonatomic, copy) NSString* appCallbackScheme;
@property (nullable, nonatomic, copy) DTSwissBillingPaymentInfo* swissBillingPaymentInfo;
@property (nullable, nonatomic, copy) NSString* appCallbackScheme;
@property (nonatomic, assign) BOOL suppressTransactionErrorDialog;
@property (nonatomic, copy) NSString* applePayMerchantIdentifier;
@property (nonatomic, copy) DTApplePayConfig* applePayConfig;
@property (nullable, nonatomic, copy) NSString* applePayMerchantIdentifier;
@property (nullable, nonatomic, copy) DTApplePayConfig* applePayConfig;
@property (nonatomic, assign) BOOL skipAuthorizationCompletion;
@property (nonatomic, copy) DTByjunoPaymentInfo* byjunoPaymentInfo;
@property (nonatomic, copy) DTCustomer* customer;
@property (nonatomic, copy) DTSwissPassPaymentInfo* swissPassPaymentInfo;
@property (nonatomic, copy) NSString* paysafecardMerchantClientId;
@property (nullable, nonatomic, copy) DTByjunoPaymentInfo* byjunoPaymentInfo;
@property (nullable, nonatomic, copy) DTCustomer* customer;
@property (nullable, nonatomic, copy) DTSwissPassPaymentInfo* swissPassPaymentInfo;
@property (nullable, nonatomic, copy) NSString* paysafecardMerchantClientId;

@end
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
7zaHlHnGyQ/3In4kVC5f5OlPS9E=
nquRn9Oiz/4a0riWd/VAxL+py7w=
</data>
<key>Headers/CardIOCreditCardInfo.h</key>
<data>
Expand Down Expand Up @@ -130,15 +130,15 @@
</data>
<key>Headers/DTPaymentMethodInfo.h</key>
<data>
wy2IxH+o/zVUMiRaQKTdMmJXUaM=
JzuI04Ps1NBd49kulsHpCCA4RSo=
</data>
<key>Headers/DTPaymentModel.h</key>
<data>
F+FRmsYw/Q0/fbDMZ7FaU4Vh3Ng=
</data>
<key>Headers/DTPaymentOptions.h</key>
<data>
tHFzykH3cqBavaclCVmzvd1zbp4=
WiU8HoTsnwqKV2jcCo9PBlg4c70=
</data>
<key>Headers/DTPaymentRequest.h</key>
<data>
Expand Down Expand Up @@ -214,7 +214,7 @@
</data>
<key>Info.plist</key>
<data>
iOOppqPOh1CgYZrSnKwJ3JugGYM=
IjsyJ8sd1CywRXQS6z7xsCYb0uM=
</data>
<key>Modules/Datatrans.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
Expand All @@ -226,7 +226,7 @@
</data>
<key>Modules/Datatrans.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
bp1ddQbJ6Wm+G7IACGsMyb2xKSA=
tejUNEY9HBLte96yEm6vMdYrjy8=
</data>
<key>Modules/Datatrans.swiftmodule/x86_64.swiftdoc</key>
<data>
Expand All @@ -238,7 +238,7 @@
</data>
<key>Modules/Datatrans.swiftmodule/x86_64.swiftmodule</key>
<data>
bp1ddQbJ6Wm+G7IACGsMyb2xKSA=
tejUNEY9HBLte96yEm6vMdYrjy8=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -287,7 +287,7 @@
<dict>
<key>hash2</key>
<data>
lZlkQQMB4xjK7kBrXxC5kZ4cXX04u9RllDTSO1p63sY=
24ACHChP03/v04yw5rnY+g2Oogq6SBHOUxriqB4VETI=
</data>
</dict>
<key>Headers/CardIOCreditCardInfo.h</key>
Expand Down Expand Up @@ -504,7 +504,7 @@
<dict>
<key>hash2</key>
<data>
RgTRJxBZkqWGt3t+HixIihhA6D/3JnXvRZ87UQHHveg=
kWp9BI7FvxSs2SHlKbTt3Pi6eM14tck6EABCLjRKl8Q=
</data>
</dict>
<key>Headers/DTPaymentModel.h</key>
Expand All @@ -518,7 +518,7 @@
<dict>
<key>hash2</key>
<data>
o9l1qrnvRm6meUCAS6MEkYssBljglq89WWWg42B90QQ=
NT0wDXUXrmfbXPEZgVvn6fIDXfbbsEhGkFPzy75pccM=
</data>
</dict>
<key>Headers/DTPaymentRequest.h</key>
Expand Down Expand Up @@ -665,7 +665,7 @@
<dict>
<key>hash2</key>
<data>
78EqL/fUkqDmO3l/MBNhOcQH3o/isUuafOW64foJTKk=
KzFZdQr53ySsMfaPUEw8DttWQPtLcdmQvfcUQPwsLR4=
</data>
</dict>
<key>Modules/Datatrans.swiftmodule/x86_64.swiftdoc</key>
Expand All @@ -686,7 +686,7 @@
<dict>
<key>hash2</key>
<data>
78EqL/fUkqDmO3l/MBNhOcQH3o/isUuafOW64foJTKk=
KzFZdQr53ySsMfaPUEw8DttWQPtLcdmQvfcUQPwsLR4=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/Classes/ApplePayConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Card.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/CardExpiryDate.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/CardToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PayPalToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PaymentMethod.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PaymentMethodToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PaymentMethodTypeMapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PostFinanceCardToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/RekaToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/SEPAToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/ThemeConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-14)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2021-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit fea0bbd

Please sign in to comment.