File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
WooCommerce.xcdatamodeld/Model 64.xcdatamodel Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ extension WCPayCardPresentReceiptDetails {
99 }
1010
1111 @NSManaged public var accountType : String
12- @NSManaged public var applicationPreferredName : String
13- @NSManaged public var dedicatedFileName : String
12+ @NSManaged public var applicationPreferredName : String ?
13+ @NSManaged public var dedicatedFileName : String ?
1414 @NSManaged public var cardPresentPayment : WCPayCardPresentPaymentDetails ?
1515
1616}
Original file line number Diff line number Diff line change 740740 </entity >
741741 <entity name =" WCPayCardPresentReceiptDetails" representedClassName =" WCPayCardPresentReceiptDetails" syncable =" YES" >
742742 <attribute name =" accountType" attributeType =" String" />
743- <attribute name =" applicationPreferredName" attributeType =" String" />
744- <attribute name =" dedicatedFileName" attributeType =" String" />
743+ <attribute name =" applicationPreferredName" optional = " YES " attributeType =" String" />
744+ <attribute name =" dedicatedFileName" optional = " YES " attributeType =" String" />
745745 <relationship name =" cardPresentPayment" optional =" YES" maxCount =" 1" deletionRule =" Nullify" destinationEntity =" WCPayCardPresentPaymentDetails" inverseName =" receipt" inverseEntity =" WCPayCardPresentPaymentDetails" />
746746 </entity >
747747 <entity name =" WCPayCharge" representedClassName =" WCPayCharge" syncable =" YES" >
You can’t perform that action at this time.
0 commit comments