-
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: add cashapp and paypal payment methods, and option to pass Mand…
…ateData via SDK (#1331)
- Loading branch information
1 parent
c188a55
commit bb7b3fc
Showing
23 changed files
with
648 additions
and
139 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
StripeSdk_kotlinVersion=1.8.0 | ||
StripeSdk_stripeVersion=[20.19.2, 20.20.0[ | ||
StripeSdk_stripeVersion=[20.20.0, 20.22.0[ |
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,21 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: "Wallets" | ||
- scrollUntilVisible: | ||
element: | ||
text: "CashApp" | ||
direction: DOWN | ||
- tapOn: "CashApp" | ||
- assertVisible: | ||
text: "E-mail" | ||
- tapOn: | ||
text: "E-mail" | ||
- inputText: "[email protected]" | ||
- tapOn: | ||
text: "Pay" | ||
retryTapIfNoChange: false | ||
- tapOn: "AUTHORIZE TEST PAYMENT" | ||
- 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,21 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: "Wallets" | ||
- scrollUntilVisible: | ||
element: | ||
text: "CashApp" | ||
direction: DOWN | ||
- tapOn: "CashApp" | ||
- assertVisible: | ||
text: "E-mail" | ||
- tapOn: | ||
text: "E-mail" | ||
- inputText: "[email protected]" | ||
- tapOn: | ||
text: "Setup for later" | ||
retryTapIfNoChange: false | ||
- tapOn: "AUTHORIZE TEST SETUP" | ||
- 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 |
---|---|---|
|
@@ -7,16 +7,15 @@ appId: ${APP_ID} | |
text: "PayPal" | ||
direction: DOWN | ||
- tapOn: "PayPal" | ||
# Disable until Paypal is available | ||
# - assertVisible: | ||
# text: "E-mail" | ||
# - tapOn: | ||
# text: "E-mail" | ||
# - inputText: "[email protected]" | ||
# - tapOn: | ||
# text: "Pay" | ||
# retryTapIfNoChange: false | ||
# - tapOn: "AUTHORIZE TEST PAYMENT" | ||
# - assertVisible: | ||
# text: "Success" | ||
# - tapOn: "OK" | ||
- assertVisible: | ||
text: "E-mail" | ||
- tapOn: | ||
text: "E-mail" | ||
- inputText: "[email protected]" | ||
- tapOn: | ||
text: "Pay" | ||
retryTapIfNoChange: false | ||
- tapOn: "AUTHORIZE TEST PAYMENT" | ||
- 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,21 @@ | ||
appId: ${APP_ID} | ||
--- | ||
- launchApp | ||
- tapOn: "Wallets" | ||
- scrollUntilVisible: | ||
element: | ||
text: "PayPal" | ||
direction: DOWN | ||
- tapOn: "PayPal" | ||
- assertVisible: | ||
text: "E-mail" | ||
- tapOn: | ||
text: "E-mail" | ||
- inputText: "[email protected]" | ||
- tapOn: | ||
text: "Setup for later" | ||
retryTapIfNoChange: false | ||
- tapOn: "AUTHORIZE TEST SETUP" | ||
- 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
Oops, something went wrong.