Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gpay assets api #255

Merged
merged 21 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e68af51
feat: implement checkout vault option picker
FlaviuExtPrimer Nov 7, 2024
e46f55d
Merge branch 'master' into feat/ACC-4458/add-vaulting-options-to-exam…
semirp Dec 12, 2024
d220992
feat: populate Stripe publishable key at build time via CI (#246)
FlaviuExtPrimer Dec 12, 2024
04f02e7
fix: correctly pass callback functions in CheckoutScreen.tsx
FlaviuExtPrimer Dec 14, 2024
c2d16b1
chore: update primer-android to 2.33.0
FlaviuExtPrimer Dec 19, 2024
e32eabd
feat: resources support (wip)
FlaviuExtPrimer Dec 20, 2024
1f8a510
Merge branch 'feat/ACC-4458/add-vaulting-options-to-example-app' into…
FlaviuExtPrimer Dec 20, 2024
0feceb8
fix: click on GPay button
FlaviuExtPrimer Dec 20, 2024
0f2eb97
fix: Klarna on headless
FlaviuExtPrimer Dec 20, 2024
2c9900a
refactor: improve PrimerKlarnaPaymentViewManager
FlaviuExtPrimer Dec 20, 2024
e2ef478
Update AssetsManager
BorisNikolic Dec 20, 2024
3fccbda
feat: add support for getPaymentMethodResource()
FlaviuExtPrimer Dec 20, 2024
df7092f
Merge branch 'feat/ACC-4702/gpay-assets-api' of https://github.com/pr…
FlaviuExtPrimer Dec 20, 2024
49ee5ad
Merge branch 'master' of https://github.com/primer-io/primer-sdk-reac…
FlaviuExtPrimer Dec 20, 2024
d0c0591
cleanup
semirp Dec 20, 2024
211c517
deprecate
semirp Dec 20, 2024
42711c3
Merge branch 'master' into feat/ACC-4702/gpay-assets-api
semirp Dec 20, 2024
37faa53
fix: wrap native view in TouchableOpacity
FlaviuExtPrimer Dec 20, 2024
39aee84
Merge branch 'feat/ACC-4702/gpay-assets-api' of https://github.com/pr…
FlaviuExtPrimer Dec 20, 2024
912f815
Merge branch 'master' into feat/ACC-4702/gpay-assets-api
FlaviuExtPrimer Dec 23, 2024
0638368
feat: expose Google Pay button styles (#256)
semirp Dec 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependencies {
implementation "io.primer:3ds-android:1.5.0"
implementation "io.primer:ipay88-my-android:1.0.3"
implementation "io.primer:klarna-android:1.0.4"
implementation "io.primer:stripe-android:1.0.0"
implementation "io.primer:stripe-android:1.1.2"

implementation project(path: ':primerioreactnative')

Expand Down
Loading
Loading