File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
44## [ 3.1.3]
55- Enhanced interface of the endpoint cardWallet/authorize to pass payment identifier created in the previous step of setting wallet session
6+ - Added ` UniqueId ` to ` ReconciliationIdentifier `
7+ - Added ` FormTemplates ` field to ` Terminal ` in ` /getTerminals ` API response
68
79## [ 3.1.2]
810- Added new methods to Merchant API ` createCheckoutSession ` and ` updateCheckoutSession `
Original file line number Diff line number Diff line change 187187 <xs : element name =" CanIssueNewCredit" type =" xs:boolean" maxOccurs =" 1" minOccurs =" 0" />
188188 <xs : element name =" LogoUrl" type =" xs:string" maxOccurs =" 1" minOccurs =" 0" />
189189 <xs : element name =" Translations" type =" Translations" maxOccurs =" 1" minOccurs =" 0" />
190+ <xs : element name =" FormTemplates" type =" FormTemplates" maxOccurs =" 1" minOccurs =" 0" />
190191 </xs : all >
191192 </xs : complexType >
192193
249250 <xs : attribute name =" method" type =" xs:string" />
250251 </xs : complexType >
251252
253+ <xs : complexType name =" FormTemplates" >
254+ <xs : sequence >
255+ <xs : element name =" FormTemplate" type =" xs:string" minOccurs =" 0" maxOccurs =" unbounded" />
256+ </xs : sequence >
257+ </xs : complexType >
252258
253259 <xs : complexType name =" Natures" >
254260 <xs : sequence >
539545 <xs : simpleType >
540546 <xs : restriction base =" xs:string" >
541547 <xs : pattern
542- value =" \d{4}-[01]\d-[0123]\d [012]\d:[012345]\d:[012345]\d" />
548+ value =" ( \d{4}-[01]\d-[0123]\d [012]\d:[012345]\d:[012345]\d)? " />
543549 </xs : restriction >
544550 </xs : simpleType >
545551 </xs : element >
750756 <xs : element name =" Amount" type =" AmountWithCurrency" />
751757 <xs : element name =" Type" type =" xs:string" />
752758 <xs : element name =" Date" type =" xs:string" />
759+ <xs : element name =" UniqueId" type =" xs:string" />
753760 </xs : all >
754761 </xs : complexType >
755762
You can’t perform that action at this time.
0 commit comments