|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 1001E2C12CFFC72E0023A03C /* PayPalPaymentState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1001E2C02CFFC72E0023A03C /* PayPalPaymentState.swift */; };
|
| 11 | + 1001E2C52CFFD2800023A03C /* PayPalApprovalResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1001E2C42CFFD2800023A03C /* PayPalApprovalResultView.swift */; }; |
| 12 | + 1001E2C72CFFD2A30023A03C /* PayPalOrderCompletionResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1001E2C62CFFD2A20023A03C /* PayPalOrderCompletionResultView.swift */; }; |
11 | 13 | 3B20273D2A89E3F00007907E /* CreateSetupTokenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B20273C2A89E3F00007907E /* CreateSetupTokenView.swift */; };
|
12 | 14 | 3B20273F2A89F24E0007907E /* CardVaultViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B20273E2A89F24E0007907E /* CardVaultViewModel.swift */; };
|
13 | 15 | 3B2027412A8A72050007907E /* VaultState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2027402A8A72050007907E /* VaultState.swift */; };
|
|
68 | 70 | BE1766B326F911A2007EF438 /* URLResponseError.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE1766B226F911A2007EF438 /* URLResponseError.swift */; };
|
69 | 71 | BE1766D926FA7BC8007EF438 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BE1766D826FA7BC8007EF438 /* Settings.bundle */; };
|
70 | 72 | BE5898952B2B91F800AA196E /* LabelViewText.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE5898942B2B91F800AA196E /* LabelViewText.swift */; };
|
71 |
| - BE8117642B07E778009867B9 /* PayPalWebResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8117632B07E778009867B9 /* PayPalWebResultView.swift */; }; |
| 73 | + BE8117642B07E778009867B9 /* PayPalOrderCreateResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8117632B07E778009867B9 /* PayPalOrderCreateResultView.swift */; }; |
72 | 74 | BE8117682B080472009867B9 /* CurrentState.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8117672B080472009867B9 /* CurrentState.swift */; };
|
73 | 75 | BE9F36D82745490400AFC7DA /* FloatingLabelTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9F36D72745490400AFC7DA /* FloatingLabelTextField.swift */; };
|
74 | 76 | BECD84A027036DC2007CCAE4 /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECD849F27036DC2007CCAE4 /* Environment.swift */; };
|
|
120 | 122 |
|
121 | 123 | /* Begin PBXFileReference section */
|
122 | 124 | 1001E2C02CFFC72E0023A03C /* PayPalPaymentState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalPaymentState.swift; sourceTree = "<group>"; };
|
| 125 | + 1001E2C42CFFD2800023A03C /* PayPalApprovalResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalApprovalResultView.swift; sourceTree = "<group>"; }; |
| 126 | + 1001E2C62CFFD2A20023A03C /* PayPalOrderCompletionResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalOrderCompletionResultView.swift; sourceTree = "<group>"; }; |
123 | 127 | 3B20273C2A89E3F00007907E /* CreateSetupTokenView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateSetupTokenView.swift; sourceTree = "<group>"; };
|
124 | 128 | 3B20273E2A89F24E0007907E /* CardVaultViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardVaultViewModel.swift; sourceTree = "<group>"; };
|
125 | 129 | 3B2027402A8A72050007907E /* VaultState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VaultState.swift; sourceTree = "<group>"; };
|
|
188 | 192 | BE1766D826FA7BC8007EF438 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
|
189 | 193 | BE420F3628189A7A00D8D66A /* PayPalUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PayPalUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
190 | 194 | BE5898942B2B91F800AA196E /* LabelViewText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabelViewText.swift; sourceTree = "<group>"; };
|
191 |
| - BE8117632B07E778009867B9 /* PayPalWebResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalWebResultView.swift; sourceTree = "<group>"; }; |
| 195 | + BE8117632B07E778009867B9 /* PayPalOrderCreateResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalOrderCreateResultView.swift; sourceTree = "<group>"; }; |
192 | 196 | BE8117672B080472009867B9 /* CurrentState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentState.swift; sourceTree = "<group>"; };
|
193 | 197 | BE9F36D72745490400AFC7DA /* FloatingLabelTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingLabelTextField.swift; sourceTree = "<group>"; };
|
194 | 198 | BECD849F27036DC2007CCAE4 /* Environment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Environment.swift; sourceTree = "<group>"; };
|
|
359 | 363 | 3BA570062AA0DF330081D14F /* PayPalWebButtonsView.swift */,
|
360 | 364 | 3BA570022AA053AE0081D14F /* PayPalWebCreateOrderView.swift */,
|
361 | 365 | 3BA570002AA052E80081D14F /* PayPalWebPaymentsView.swift */,
|
362 |
| - BE8117632B07E778009867B9 /* PayPalWebResultView.swift */, |
363 | 366 | 3B6472A62AFAEB3A004745C4 /* PayPalWebTransactionView.swift */,
|
| 367 | + BE8117632B07E778009867B9 /* PayPalOrderCreateResultView.swift */, |
| 368 | + 1001E2C42CFFD2800023A03C /* PayPalApprovalResultView.swift */, |
| 369 | + 1001E2C62CFFD2A20023A03C /* PayPalOrderCompletionResultView.swift */, |
364 | 370 | );
|
365 | 371 | path = PayPalWebPaymentsView;
|
366 | 372 | sourceTree = "<group>";
|
|
645 | 651 | 3B2027412A8A72050007907E /* VaultState.swift in Sources */,
|
646 | 652 | 80F33CED26F8E7A9006811B1 /* Order.swift in Sources */,
|
647 | 653 | 3B4DD9A02A892A7000F4A716 /* CardVaultView.swift in Sources */,
|
648 |
| - BE8117642B07E778009867B9 /* PayPalWebResultView.swift in Sources */, |
| 654 | + BE8117642B07E778009867B9 /* PayPalOrderCreateResultView.swift in Sources */, |
649 | 655 | 3BA56FF62A9E9AAB0081D14F /* CardOrderActionButton.swift in Sources */,
|
650 | 656 | 3BC622092A97198500251B85 /* LeadingText.swift in Sources */,
|
651 | 657 | 3B80D5102A291CB100D2EAC4 /* ClientIDResponse.swift in Sources */,
|
|
668 | 674 | 3B80D50E2A291C0800D2EAC4 /* ClientIDRequest.swift in Sources */,
|
669 | 675 | 3BA56FF02A9DCCFD0081D14F /* CardOrderApproveView.swift in Sources */,
|
670 | 676 | BE8117682B080472009867B9 /* CurrentState.swift in Sources */,
|
| 677 | + 1001E2C72CFFD2A30023A03C /* PayPalOrderCompletionResultView.swift in Sources */, |
671 | 678 | 3BDB348E2A7CB02C008100D7 /* CreateSetupTokenParam.swift in Sources */,
|
672 | 679 | 3BA0A58B2B1E240300330681 /* VaultViewModel.swift in Sources */,
|
673 | 680 | 80F33CF326F8EA50006811B1 /* DemoSettings.swift in Sources */,
|
674 | 681 | 3BA56FE72A9DC9D70081D14F /* CardPaymentViewModel.swift in Sources */,
|
| 682 | + 1001E2C52CFFD2800023A03C /* PayPalApprovalResultView.swift in Sources */, |
675 | 683 | 3BA5700B2AA13C1C0081D14F /* CoreConfigManager.swift in Sources */,
|
676 | 684 | 80F33CE826F8DE29006811B1 /* DemoMerchantAPI.swift in Sources */,
|
677 | 685 | 80F33CEF26F8E7CC006811B1 /* CreateOrderParams.swift in Sources */,
|
|
0 commit comments