-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iOS): Recurring Transactions and order tracking APIs (#1248)
- Loading branch information
1 parent
f518258
commit 5ed60e5
Showing
37 changed files
with
718 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: "Wallets" | ||
- tapOn: "Apple Pay" | ||
- tapOn: "Buy with Apple\_Pay" | ||
- tapOn: "close" | ||
- assertVisible: | ||
text: "Canceled" | ||
- tapOn: "OK" | ||
- tapOn: "Continue with Apple\_Pay" | ||
- tapOn: "close" | ||
- assertVisible: | ||
text: "Canceled" | ||
- tapOn: "OK" | ||
- tapOn: "Set up Apple\_Pay" | ||
- tapOn: "close" | ||
- assertVisible: | ||
text: "Canceled" | ||
- tapOn: "OK" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: "Wallets" | ||
- tapOn: "Apple Pay" | ||
- tapOn: "Buy with Apple\_Pay" | ||
- tapOn: .*Simulated Card.* | ||
- tapOn: | ||
text: "Simulated Card - AmEx, •••• 1234" | ||
index: 0 | ||
- tapOn: "Pay with Passcode" | ||
- assertVisible: | ||
text: "Success" | ||
- tapOn: "OK" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: "Wallets" | ||
- tapOn: "Apple Pay" | ||
- tapOn: "Continue with Apple\_Pay" | ||
- tapOn: | ||
text: "Forward" | ||
index: 1 | ||
- tapOn: "Done" | ||
- tapOn: "Pay with Passcode" | ||
- assertVisible: | ||
text: "Success" | ||
- tapOn: "OK" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: "Wallets" | ||
- tapOn: "Apple Pay" | ||
- tapOn: "Set up Apple\_Pay" | ||
- tapOn: | ||
text: "Forward" | ||
index: 3 | ||
- tapOn: | ||
text: "Standard Shipping, US$3,21, 8 – 10 Dec 2022" | ||
index: 0 | ||
- tapOn: "Pay with Passcode" | ||
- assertVisible: | ||
text: "Success" | ||
- tapOn: "OK" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: "Buy now pay later" | ||
- tapOn: "Klarna" | ||
- assertVisible: | ||
text: "E-mail" | ||
- tapOn: | ||
text: "E-mail" | ||
- inputText: "[email protected]" | ||
- tapOn: | ||
text: "Pay" | ||
retryTapIfNoChange: false | ||
- extendedWaitUntil: | ||
visible: "Let's do a quick verification" | ||
timeout: 30000 | ||
- tapOn: | ||
id: "${APP_ID}:id/action_close" | ||
optional: true | ||
- tapOn: | ||
text: "Close" | ||
optional: true | ||
- assertVisible: | ||
text: "Error code: Canceled" | ||
- tapOn: "OK" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.