-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from piotrilski/master
Use specific Stripe's SDK version
- Loading branch information
Showing
13 changed files
with
2,198 additions
and
745 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6.11.4 |
Binary file not shown.
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,12 +1,11 @@ | ||
<Page backgroundColor="red" xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" class="page" xmlns:stripe="nativescript-stripe"> | ||
|
||
<Page.actionBar> | ||
<ActionBar title="My App" icon="" class="action-bar"> | ||
</ActionBar> | ||
</Page.actionBar> | ||
<StackLayout> | ||
<stripe:CreditCardView/> | ||
<stripe:CreditCardView/> | ||
<stripe:CreditCardView/> | ||
</StackLayout> | ||
<Page | ||
xmlns="http://schemas.nativescript.org/tns.xsd" | ||
xmlns:stripe="nativescript-stripe" | ||
navigatingTo="navigatingTo" | ||
class="page"> | ||
<StackLayout> | ||
<stripe:CreditCardView/> | ||
<stripe:CreditCardView/> | ||
<stripe:CreditCardView/> | ||
</StackLayout> | ||
</Page> |
Oops, something went wrong.